]> code.delx.au - gnu-emacs/blobdiff - lisp/locate.el
Merged in changes from CVS trunk.
[gnu-emacs] / lisp / locate.el
index c467665a8e584e18802a6471c133463f189af6b4..eb8074c9f6c70b453743c3429815033b37acd544 100644 (file)
@@ -200,7 +200,7 @@ With prefix arg, prompt for the locate command to run."
                       (+ 2 (length (car locate-cmd))))
              nil nil 'locate-history-list))
         (let* ((default (locate-word-at-point))
-              (input 
+              (input
                (read-from-minibuffer
                 (if  (> (length default) 0)
                     (format "Locate (default `%s'): " default)
@@ -516,4 +516,5 @@ Database is updated using the shell command in `locate-update-command'."
 
 (provide 'locate)
 
+;;; arch-tag: 60c4d098-b5d5-4b3c-a3e0-51a2e9f43898
 ;;; locate.el ends here