From: Markus Rost Date: Mon, 20 May 2002 03:05:16 +0000 (+0000) Subject: (dired-view-command-alist): Change :version attribute to a string. X-Git-Tag: ttn-vms-21-2-B4~14985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=165cebfa6dbaf8985968a77490d896bd0303b40c;p=emacs.git (dired-view-command-alist): Change :version attribute to a string. --- 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 at the end of the command." :group 'dired :type '(alist :key-type regexp :value-type string) - :version 21.4) + :version "21.4") (defun dired-view-file () "In Dired, examine a file in view mode, returning to dired when done.