Show
Ignore:
Timestamp:
05/27/06 10:35:24 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/replace.el

    r4073 r4091  
    114114               nil nil nil 
    115115               query-replace-from-history-variable 
    116                nil t t)))) 
     116               nil t)))) 
    117117      (if (and (zerop (length from)) lastto lastfrom) 
    118118          (progn 
     
    181181      (format "%s %s with: " prompt (query-replace-descr from)) 
    182182      nil nil nil 
    183       query-replace-to-history-variable from t t)) 
     183      query-replace-to-history-variable from t)) 
    184184   regexp-flag)) 
    185185