diff options
Diffstat (limited to 'lisp/fileloop.el')
-rw-r--r-- | lisp/fileloop.el | 3 |
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) |