emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: query-replace-regexp-eval causes an error


From: Richard Stallman
Subject: Re: query-replace-regexp-eval causes an error
Date: Sun, 23 Jul 2006 13:34:35 -0400

Does this fix it?

*** replace.el  01 Jun 2006 16:26:18 -0400      1.243
--- replace.el  23 Jul 2006 13:18:38 -0400      
***************
*** 1283,1290 ****
  #     replace-count
  
  Note that these symbols must be preceeded by a backslash in order to
! type them."
!   (while n
      (cond
       ((consp (car n))
        (replace-match-string-symbols (car n))) ;Process sub-list
--- 1283,1290 ----
  #     replace-count
  
  Note that these symbols must be preceeded by a backslash in order to
! 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]