projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb2afe
)
Remove unneeded (require 'edebug) from which-func.el
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 8 Dec 2022 12:00:34 +0000
(13:00 +0100)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 8 Dec 2022 12:00:34 +0000
(13:00 +0100)
* lisp/progmodes/which-func.el: Don't require edebug. This is
code from an attempted fix to bug#49592, installed in
55cc8b040b
(2022-08-08) and left behind after
48b0f2606b
(2022-08-23).
lisp/progmodes/which-func.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/which-func.el
b/lisp/progmodes/which-func.el
index 14b749296cb4c91556f826c445ee95f81d8157c4..07050fb3d6b66cd8bb682db2bac6f1195737a6cf 100644
(file)
--- a/
lisp/progmodes/which-func.el
+++ b/
lisp/progmodes/which-func.el
@@
-51,9
+51,6
@@
;;; Code:
-;; So that we can use the edebug spec in `lisp-current-defun-name'.
-(require 'edebug)
-
;; Variables for customization
;; ---------------------------
;;