changeset 9356:28c6c3d7efb4

(query-replace): Add missing quote.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Oct 1994 20:56:24 +0000
parents 8ac258bc59ef
children c4389e902a15
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Thu Oct 06 19:12:46 1994 +0000
+++ b/lisp/menu-bar.el	Thu Oct 06 20:56:24 1994 +0000
@@ -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)