From: Eli Zaretskii Date: Sat, 26 Sep 2020 15:35:00 +0000 (+0300) Subject: Followup to a recent change in menu-bar.el X-Git-Tag: emacs-27.1.90~132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dfc6fdc1f;p=emacs.git Followup to a recent change in menu-bar.el * lisp/fileloop.el (fileloop--operate-function): Mention in a comment that menu-bar.el relies on the default value. --- diff --git a/lisp/fileloop.el b/lisp/fileloop.el index 833bb0401cb..668b9d4cd16 100644 --- a/lisp/fileloop.el +++ b/lisp/fileloop.el @@ -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)