]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/arc-mode.el (archive-visit-single-files): Add :version.
authorGlenn Morris <rgm@gnu.org>
Wed, 26 Nov 2014 00:15:55 +0000 (19:15 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 Nov 2014 00:15:55 +0000 (19:15 -0500)
lisp/ChangeLog
lisp/arc-mode.el

index 19ef782932b279df50d314189ffbfb7deb633bc3..5361e498f9d2e46b210f191ef0765f28c66f920a 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-26  Glenn Morris  <rgm@gnu.org>
+
+       * arc-mode.el (archive-visit-single-files): Add :version.
+
 2014-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * net/nsm.el (nsm-format-certificate): Don't bug out on missing
index df04521965f9421eb20155d80d0786aa2cde04ac..2b254cb1add6684e0fd0d0707c428edf61a95496 100644 (file)
@@ -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)