aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-05-20 03:05:16 +0000
committerMarkus Rost2002-05-20 03:05:16 +0000
commit165cebfa6dbaf8985968a77490d896bd0303b40c (patch)
tree048c830efe6e00959196ed30b5c9a1dbf2b95035
parent6c623a1df34f66dcc6bc62a0371f3ffa04f29d31 (diff)
downloademacs-165cebfa6dbaf8985968a77490d896bd0303b40c.tar.gz
emacs-165cebfa6dbaf8985968a77490d896bd0303b40c.zip
(dired-view-command-alist): Change :version attribute to a string.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index d147b66135c..a7b1d40492f 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1387,7 +1387,7 @@ invokes SHELL-COMMAND to view the file, putting the file name
1387at the end of the command." 1387at 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.