emacs-diffs
[Top][All Lists]
Advanced

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

master c83f5e7: ; Add a note


From: Dmitry Gutov
Subject: master c83f5e7: ; Add a note
Date: Tue, 14 Sep 2021 22:51:34 -0400 (EDT)

branch: master
commit c83f5e77dbc1614cbb6ae48ebe6961679854fd1b
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; Add a note
---
 lisp/progmodes/elisp-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index fef01ec..917a7ad 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -989,6 +989,8 @@ namespace but with lower confidence."
 
              ((setq generic (cl--generic symbol))
               ;; FIXME: move this to elisp-xref-find-def-functions, in 
cl-generic.el
+              ;; XXX: How are we going to support using newer xref
+              ;; with older versions of Emacs, though?
 
               ;; A generic function. If there is a default method, it
               ;; will appear in the method table, with no



reply via email to

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