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

Diff of /emacs/lisp/dired.el

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

revision 1.264.2.5 by miles, Thu Nov 4 08:55:37 2004 UTC revision 1.264.2.6 by miles, Fri Nov 12 02:52:52 2004 UTC
# Line 546  Optional third argument FILTER, if non-n Line 546  Optional third argument FILTER, if non-n
546              (if current-prefix-arg              (if current-prefix-arg
547                  (read-string "Dired listing switches: "                  (read-string "Dired listing switches: "
548                               dired-listing-switches))                               dired-listing-switches))
549              (read-directory-name (format "Dired %s(directory): " str)              ;; If a dialog is about to be used, call read-directory-name so
550                              nil default-directory nil))))              ;; the dialog code knows we want directories.  Some dialogs can
551                ;; only select directories or files when popped up, not both.
552                (if (next-read-file-uses-dialog-p)
553                    (read-directory-name (format "Dired %s(directory): " str)
554                                         nil default-directory nil)
555                  (read-file-name (format "Dired %s(directory): " str)
556                                  nil default-directory nil)))))
557    
558  ;;;###autoload (define-key ctl-x-map "d" 'dired)  ;;;###autoload (define-key ctl-x-map "d" 'dired)
559  ;;;###autoload  ;;;###autoload

Legend:
Removed from v.1.264.2.5  
changed lines
  Added in v.1.264.2.6

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