summaryrefslogtreecommitdiff
path: root/lisp/fileloop.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-09-27 09:37:10 -0700
committerGlenn Morris <rgm@gnu.org>2020-09-27 09:37:10 -0700
commitf2a6bbefa919c0fcde66c0a8fb54aa5fb499de65 (patch)
treef5c926c28a3cca0597bfc55eeab1c7a0e5591665 /lisp/fileloop.el
parentc8f295f50324d7612fe0c5d2dd27fc727f3719b4 (diff)
parent0b78785a9b5ff475ea65c67b686a1ac19e5d858a (diff)
downloademacs-f2a6bbefa919c0fcde66c0a8fb54aa5fb499de65.tar.gz
Merge from origin/emacs-27
0b78785a9b (origin/emacs-27) Minor copyedits in the Emacs user manual 0dfc6fdc1f Followup to a recent change in menu-bar.el 767713682c Enable "Continue Tags Search" menu item only when it can b... 4bb7532163 Fix soap-client URL
Diffstat (limited to 'lisp/fileloop.el')
-rw-r--r--lisp/fileloop.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/fileloop.el b/lisp/fileloop.el
index 458c25a49b0..b778eca8e9b 100644
--- a/lisp/fileloop.el
+++ b/lisp/fileloop.el
@@ -57,6 +57,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)