[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/do-at-point 0117be3619 23/44: Fix (require ...) for 'ca
From: |
ELPA Syncer |
Subject: |
[elpa] externals/do-at-point 0117be3619 23/44: Fix (require ...) for 'calc-embedded-word' |
Date: |
Fri, 25 Aug 2023 18:57:47 -0400 (EDT) |
branch: externals/do-at-point
commit 0117be3619c5ea54c3e90a07a325b63db0584af5
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>
Fix (require ...) for 'calc-embedded-word'
---
do-at-point.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/do-at-point.el b/do-at-point.el
index 738be892c0..63cd81fe08 100644
--- a/do-at-point.el
+++ b/do-at-point.el
@@ -5,7 +5,7 @@
;; Author: Philip Kaludercic <philipk@posteo.net>
;; Maintainer: Philip Kaludercic <philipk@posteo.net>
;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/do-at-point.el
-;; Version: $Id: do-at-point.el,v 1.21 2023/07/19 20:14:19 oj14ozun Exp
oj14ozun $
+;; Version: $Id: do-at-point.el,v 1.22 2023/07/20 09:04:08 oj14ozun Exp
oj14ozun $
;; Package-Version: 1
;; Package-Requires: ((emacs "26.1"))
;; Keywords: convenience
@@ -107,7 +107,7 @@
(number
(?* "Calc" ,(lambda ()
(declare-function calc-embedded-word "calc-embed")
- (require 'calc)
+ (require 'calc-embed)
(calc-embedded-word))))
(word
(?$ "Spell check" ,(lambda () (ispell-word)))
- [elpa] branch externals/do-at-point created (now 0fac1ce7fa), ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 4ca1472e45 05/44: Simplify thing selection logic, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 1bf742ffaf 11/44: Pass proper input to 'read-multiple-choice', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point ffd013c6d2 15/44: Add user option to disable quick bindings, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 26eba56f63 01/44: Initial revision, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 7073fc1917 07/44: Invert event loop to allow movement during selection, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point a6b52ebf53 08/44: Fix name-typo in "Embark" section, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point b25f8ff64e 12/44: Rebind browse-url from "f" to "b" for URLs, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point bfe1d53b31 19/44: Unbind RET from 'do-at-point--mode-map', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 9d2ead6890 21/44: Fix 'do-at-point-actions-type' to work with inherited actions, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 0117be3619 23/44: Fix (require ...) for 'calc-embedded-word',
ELPA Syncer <=
- [elpa] externals/do-at-point b2808685d4 24/44: Simplify 'calc-embedded' invocation, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 767fe39d62 25/44: Rename 'do-at-point--shortcut-map' to '--quick-map', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point b6d819a000 29/44: Note '-user-actions' and '-local-actions' in 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point a01cee0d72 26/44: Do not set the face of 'do-at-point--overlay' twice, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 96bd54d507 32/44: Remove Embark section, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point ea332d68fd 31/44: Add a (require 'thingatpt), ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point eca9ef1a1a 27/44: Add 'line' to 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 1fcda9286f 38/44: Reformat selection prompt, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 0fac1ce7fa 44/44: Consistently use spaces for indentation, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 539d5da7f4 43/44: Prepare package for ELPA release, ELPA Syncer, 2023/08/25