/[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.257 by handa, Wed Mar 19 11:58:25 2003 UTC revision 1.258 by rms, Sun Apr 6 20:17:43 2003 UTC
# Line 1417  see `dired-view-command-alist'.  Otherwi Line 1417  see `dired-view-command-alist'.  Otherwi
1417            (if (string-match (car elt) file)            (if (string-match (car elt) file)
1418                (setq cmd (cdr elt))))                (setq cmd (cdr elt))))
1419          (if cmd          (if cmd
1420              (dired-run-shell-command (concat cmd " "              (call-process shell-file-name nil 0 nil
1421                                               (shell-quote-argument file)))                            "-c"
1422                              (concat cmd " "
1423                                      (shell-quote-argument file)
1424                                      " &"))
1425            (view-file file))))))            (view-file file))))))
1426    
1427  (defun dired-find-file-other-window ()  (defun dired-find-file-other-window ()

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

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