]> git.eshelyaron.com Git - emacs.git/commitdiff
(ido-read-file-name): Removed leftover debug message "gotit".
authorKim F. Storm <storm@cua.dk>
Fri, 1 Nov 2002 09:18:40 +0000 (09:18 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 1 Nov 2002 09:18:40 +0000 (09:18 +0000)
lisp/ido.el

index 9a79023775aa90c1213ff82ce1dd575ef1798795..95a3734e997abc8a72ad366be48a93a84a220ea5 100644 (file)
@@ -3632,7 +3632,6 @@ See `read-file-name' for additional parameters."
    (ido-read-directory-name prompt dir default-filename mustmatch initial))
   ((and (not (memq this-command ido-read-file-name-non-ido))
        (or (null predicate) (eq predicate 'file-exists-p)))
-   (message "gotit")
    (let (filename
         ido-saved-vc-mt
         (vc-master-templates (and (boundp 'vc-master-templates) vc-master-templates))