/[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.232 by rms, Wed Jun 26 08:40:22 2002 UTC revision 1.233 by schwab, Sat Jun 29 17:40:14 2002 UTC
# Line 1  Line 1 
1  ;;; dired.el --- directory-browsing commands  ;;; dired.el --- directory-browsing commands
2    
3  ;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 1997, 2000, 2001  ;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 1997, 2000, 2001, 2002
4  ;;  Free Software Foundation, Inc.  ;;  Free Software Foundation, Inc.
5    
6  ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>  ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
# Line 1407  see `dired-view-command-alist'.  Otherwi Line 1407  see `dired-view-command-alist'.  Otherwi
1407            (if (string-match (car elt) file)            (if (string-match (car elt) file)
1408                (setq cmd (cdr elt))))                (setq cmd (cdr elt))))
1409          (if cmd          (if cmd
1410              (dired-run-shell-command (concat cmd " " file))              (dired-run-shell-command (concat cmd " "
1411                                                 (shell-quote-argument file)))
1412            (view-file file))))))            (view-file file))))))
1413    
1414  (defun dired-find-file-other-window ()  (defun dired-find-file-other-window ()

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233

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