emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ba6ead4854: ; * lisp/progmodes/which-func.el: Remove obsolete com


From: Juanma Barranquero
Subject: master ba6ead4854: ; * lisp/progmodes/which-func.el: Remove obsolete comment
Date: Fri, 25 Nov 2022 08:50:43 -0500 (EST)

branch: master
commit ba6ead4854e9d7f3a8803b27554f01723d704946
Author: Juanma Barranquero <lekktu@gmail.com>
Commit: Juanma Barranquero <lekktu@gmail.com>

    ; * lisp/progmodes/which-func.el: Remove obsolete comment
---
 lisp/progmodes/which-func.el | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index 4fe4edc164..d98ba8da27 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -27,16 +27,6 @@
 ;; located in mode line.  It assumes that you work with the imenu
 ;; package and `imenu--index-alist' is up to date.
 
-;; KNOWN BUGS
-;; ----------
-;; Really this package shows not "function where the current point is
-;; located now", but "nearest function which defined above the current
-;; point".  So if your current point is located after the end of
-;; function FOO but before the beginning of function BAR, FOO will be
-;; displayed in the mode line.
-;; - If two windows display the same buffer, both windows
-;;   show the same `which-func' information.
-
 ;; TODO LIST
 ;; ---------
 ;;     1. Dependence on imenu package should be removed.  Separate



reply via email to

[Prev in Thread] Current Thread [Next in Thread]