]> git.eshelyaron.com Git - emacs.git/commitdiff
Followup to a recent change in menu-bar.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Sep 2020 15:35:00 +0000 (18:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Sep 2020 15:35:00 +0000 (18:35 +0300)
* lisp/fileloop.el (fileloop--operate-function): Mention in a
comment that menu-bar.el relies on the default value.

lisp/fileloop.el

index 833bb0401cb84cb43c49e5b750bcfb8cacc1a178..668b9d4cd163d937f8acf48be2d8ad044fac7e83 100644 (file)
@@ -55,6 +55,9 @@
 (defvar fileloop--iterator iter-empty)
 (defvar fileloop--scan-function
   (lambda () (user-error "No operation in progress")))
+;; If the default value below is changed, the :enable form of
+;; tags-continue and tags-repl-continue in menu-bar.el will have to be
+;; updated accordingly.
 (defvar fileloop--operate-function #'ignore)
 (defvar fileloop--freshly-initialized nil)