(query-replace): Add missing quote.
This commit is contained in:
parent
99c0333bc4
commit
3a841b0be2
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
(put 'undo 'menu-enable '(if (eq last-command 'undo)
|
||||
pending-undo-list
|
||||
(consp buffer-undo-list)))
|
||||
(put 'query-replace 'menu-enable (not buffer-read-only))
|
||||
(put 'query-replace 'menu-enable '(not buffer-read-only))
|
||||
|
||||
(autoload 'ispell-menu-map "ispell" nil t 'keymap)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue