summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-11-25 19:15:55 -0500
committerGlenn Morris <rgm@gnu.org>2014-11-25 19:15:55 -0500
commit9740d86c30fb1ce37097a63c69924257f964c7ca (patch)
tree656079c7ff1200062d769e9bdb742e8df0c82d03 /lisp/arc-mode.el
parent873bc1329fe303cff442efbfe3a25c62ef67099e (diff)
downloademacs-9740d86c30fb1ce37097a63c69924257f964c7ca.tar.gz
* lisp/arc-mode.el (archive-visit-single-files): Add :version.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index df04521965f..2b254cb1add 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -1,7 +1,6 @@
;;; arc-mode.el --- simple editing of archives
-;; Copyright (C) 1995, 1997-1998, 2001-2014 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 1995, 1997-1998, 2001-2014 Free Software Foundation, Inc.
;; Author: Morten Welinder <terra@gnu.org>
;; Keywords: files archives ms-dos editing major-mode
@@ -150,9 +149,8 @@ A local copy of the archive will be used when updating."
(defcustom archive-visit-single-files nil
"If non-nil, opening an archive with a single file visits that file.
-
- If this option's value is nil, visiting such archives will
- display the archive summary."
+If nil, visiting such an archive displays the archive summary."
+ :version "25.1"
:type '(choice (const :tag "Visit the single file" t)
(const :tag "Show the archive summary" nil))
:group 'archive)