mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-27
0b78785a9b(origin/emacs-27) Minor copyedits in the Emacs user manual0dfc6fdc1fFollowup to a recent change in menu-bar.el767713682cEnable "Continue Tags Search" menu item only when it can b...4bb7532163Fix soap-client URL
This commit is contained in:
commit
f2a6bbefa9
4 changed files with 11 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue