Remove unneeded (require 'edebug) from which-func.el
* lisp/progmodes/which-func.el: Don't require edebug. This is code from an attempted fix to bug#49592, installed in55cc8b040b
(2022-08-08) and left behind after48b0f2606b
(2022-08-23).
This commit is contained in:
parent
8fb2afe051
commit
b4a3724d3b
1 changed files with 0 additions and 3 deletions
|
@ -51,9 +51,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;; So that we can use the edebug spec in `lisp-current-defun-name'.
|
||||
(require 'edebug)
|
||||
|
||||
;; Variables for customization
|
||||
;; ---------------------------
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue