mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -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
|
|
@ -333,6 +333,8 @@
|
|||
|
||||
(bindings--define-key menu [tags-continue]
|
||||
'(menu-item "Continue Tags Search" fileloop-continue
|
||||
:enable (and (featurep 'fileloop)
|
||||
(not (eq fileloop--operate-function 'ignore)))
|
||||
:help "Continue last tags search operation"))
|
||||
(bindings--define-key menu [tags-srch]
|
||||
'(menu-item "Search Tagged Files..." tags-search
|
||||
|
|
@ -382,6 +384,8 @@
|
|||
(let ((menu (make-sparse-keymap "Replace")))
|
||||
(bindings--define-key menu [tags-repl-continue]
|
||||
'(menu-item "Continue Replace" fileloop-continue
|
||||
:enable (and (featurep 'fileloop)
|
||||
(not (eq fileloop--operate-function 'ignore)))
|
||||
:help "Continue last tags replace operation"))
|
||||
(bindings--define-key menu [tags-repl]
|
||||
'(menu-item "Replace in Tagged Files..." tags-query-replace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue