]> git.eshelyaron.com Git - emacs.git/commitdiff
(query-replace): Add missing quote.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Oct 1994 20:56:24 +0000 (20:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Oct 1994 20:56:24 +0000 (20:56 +0000)
lisp/menu-bar.el

index 13a229247be8fdc7cbc6490c9bf9d03f173e827e..1a8cbfea12eb33f078f6361fe0ab7007e60e6874 100644 (file)
 (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)