Mercurial > emacs
comparison lisp/dired.el @ 45385:578cda58219f
(dired-view-command-alist): Change :version attribute to a string.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 20 May 2002 03:05:16 +0000 |
parents | 2e019a1ff633 |
children | b040bc30279e |
comparison
equal
deleted
inserted
replaced
45384:d1cd5d1c6e77 | 45385:578cda58219f |
---|---|
1385 When the file name matches REGEXP, `dired-view-file' | 1385 When the file name matches REGEXP, `dired-view-file' |
1386 invokes SHELL-COMMAND to view the file, putting the file name | 1386 invokes SHELL-COMMAND to view the file, putting the file name |
1387 at the end of the command." | 1387 at the end of the command." |
1388 :group 'dired | 1388 :group 'dired |
1389 :type '(alist :key-type regexp :value-type string) | 1389 :type '(alist :key-type regexp :value-type string) |
1390 :version 21.4) | 1390 :version "21.4") |
1391 | 1391 |
1392 (defun dired-view-file () | 1392 (defun dired-view-file () |
1393 "In Dired, examine a file in view mode, returning to dired when done. | 1393 "In Dired, examine a file in view mode, returning to dired when done. |
1394 When file is a directory, show it in this buffer if it is inserted. | 1394 When file is a directory, show it in this buffer if it is inserted. |
1395 Some kinds of files are displayed using external viewer programs; | 1395 Some kinds of files are displayed using external viewer programs; |