emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 0dfc6fd: Followup to a recent change in menu-bar.el


From: Eli Zaretskii
Subject: emacs-27 0dfc6fd: Followup to a recent change in menu-bar.el
Date: Sat, 26 Sep 2020 11:35:54 -0400 (EDT)

branch: emacs-27
commit 0dfc6fdc1f15cf234c3efc4152275ed1c8441df5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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.
---
 lisp/fileloop.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/fileloop.el b/lisp/fileloop.el
index 833bb04..668b9d4 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)
 



reply via email to

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