From: Juanma Barranquero Date: Thu, 8 Dec 2022 12:00:34 +0000 (+0100) Subject: Remove unneeded (require 'edebug) from which-func.el X-Git-Tag: emacs-29.0.90~1309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4a3724d3b0f83f7941ea8c328abf4cd11de604b;p=emacs.git 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). --- diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 14b749296cb..07050fb3d6b 100644 --- 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 ;; --------------------------- ;;