emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9740d86: * lisp/arc-mode.el (archive-visit-single-f


From: Glenn Morris
Subject: [Emacs-diffs] master 9740d86: * lisp/arc-mode.el (archive-visit-single-files): Add :version.
Date: Wed, 26 Nov 2014 00:16:06 +0000

branch: master
commit 9740d86c30fb1ce37097a63c69924257f964c7ca
Author: Glenn Morris <address@hidden>
Date:   Tue Nov 25 19:15:55 2014 -0500

    * lisp/arc-mode.el (archive-visit-single-files): Add :version.
---
 lisp/ChangeLog   |    4 ++++
 lisp/arc-mode.el |    8 +++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 19ef782..5361e49 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-26  Glenn Morris  <address@hidden>
+
+       * arc-mode.el (archive-visit-single-files): Add :version.
+
 2014-11-25  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/nsm.el (nsm-format-certificate): Don't bug out on missing
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index df04521..2b254cb 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 <address@hidden>
 ;; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]