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 in 55cc8b040b
(2022-08-08) and left behind after 48b0f2606b (2022-08-23).
This commit is contained in:
Juanma Barranquero 2022-12-08 13:00:34 +01:00
parent 8fb2afe051
commit b4a3724d3b

View file

@ -51,9 +51,6 @@
;;; Code:
;; So that we can use the edebug spec in `lisp-current-defun-name'.
(require 'edebug)
;; Variables for customization
;; ---------------------------
;;