(query-replace): Add missing quote.

This commit is contained in:
Richard M. Stallman 1994-10-06 20:56:24 +00:00
parent 99c0333bc4
commit 3a841b0be2

View file

@ -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)