emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/replace.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el,v
Date: Mon, 24 Jul 2006 16:52:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/24 16:52:57

Index: replace.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/replace.el,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -b -r1.243 -r1.244
--- replace.el  31 May 2006 22:48:31 -0000      1.243
+++ replace.el  24 Jul 2006 16:52:57 -0000      1.244
@@ -1283,8 +1283,8 @@
 #     replace-count
 
 Note that these symbols must be preceeded by a backslash in order to
-type them."
-  (while n
+type them using Lisp syntax."
+  (while (consp n)
     (cond
      ((consp (car n))
       (replace-match-string-symbols (car n))) ;Process sub-list




reply via email to

[Prev in Thread] Current Thread [Next in Thread]