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

Diff of /emacs/lisp/ido.el

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

revision 1.76 by lektu, Wed Aug 31 13:50:14 2005 UTC revision 1.77 by rfrancoise, Sat Sep 24 23:26:27 2005 UTC
# Line 2138  If INITIAL is non-nil, it specifies the Line 2138  If INITIAL is non-nil, it specifies the
2138                (ido-record-command method dirname)                (ido-record-command method dirname)
2139                (ido-record-work-directory)                (ido-record-work-directory)
2140                (funcall method dirname))                (funcall method dirname))
2141               ((y-or-n-p (format "Directory %s does not exist. Create it " filename))               ((y-or-n-p (format "Directory %s does not exist. Create it? " filename))
2142                (ido-record-command method dirname)                (ido-record-command method dirname)
2143                (ido-record-work-directory dirname)                (ido-record-work-directory dirname)
2144                (make-directory-internal dirname)                (make-directory-internal dirname)
# Line 3529  for first matching file." Line 3529  for first matching file."
3529                 (file-exists-p file)                 (file-exists-p file)
3530                 (not (file-directory-p file))                 (not (file-directory-p file))
3531                 (file-writable-p ido-current-directory)                 (file-writable-p ido-current-directory)
3532                 (yes-or-no-p (concat "Delete " file " ")))                 (yes-or-no-p (concat "Delete " file "? ")))
3533        (delete-file file)        (delete-file file)
3534        ;; Check if file still exists.        ;; Check if file still exists.
3535        (if (file-exists-p file)        (if (file-exists-p file)

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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