/[emacs]/emacs/lisp/locate.el
ViewVC logotype

Diff of /emacs/lisp/locate.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.30 by rfrancoise, Sat Sep 24 13:44:02 2005 UTC
# Line 209  With prefix arg, prompt for the locate c Line 209  With prefix arg, prompt for the locate c
209                 (input                 (input
210                  (read-from-minibuffer                  (read-from-minibuffer
211                   (if  (> (length default) 0)                   (if  (> (length default) 0)
212                       (format "Locate (default `%s'): " default)                       (format "Locate (default %s): " default)
213                     (format "Locate: "))                     (format "Locate: "))
214                   nil nil nil 'locate-history-list default t)))                   nil nil nil 'locate-history-list default t)))
215                 (and (equal input "") default                 (and (equal input "") default

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26