comparison lisp/locate.el @ 22346:63a521c6f816

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Wed, 03 Jun 1998 16:37:33 +0000
parents 18ee24ba7921
children f53740d7d40d
comparison
equal deleted inserted replaced
22345:0731d54fcce0 22346:63a521c6f816
163 ;; Functions 163 ;; Functions
164 164
165 (defun locate-default-make-command-line (search-string) 165 (defun locate-default-make-command-line (search-string)
166 (list locate-command search-string)) 166 (list locate-command search-string))
167 167
168 ;;;### autoload 168 ;;;###autoload
169 (defun locate (search-string &optional filter) 169 (defun locate (search-string &optional filter)
170 "Run the program `locate', putting results in `*Locate*' buffer." 170 "Run the program `locate', putting results in `*Locate*' buffer."
171 (interactive 171 (interactive
172 (list (read-from-minibuffer "Locate: " nil nil 172 (list (read-from-minibuffer "Locate: " nil nil
173 nil 'locate-history-list))) 173 nil 'locate-history-list)))