Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9740d86c
Commit
9740d86c
authored
Nov 25, 2014
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/arc-mode.el (archive-visit-single-files): Add :version.
parent
873bc132
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/arc-mode.el
lisp/arc-mode.el
+3
-5
No files found.
lisp/ChangeLog
View file @
9740d86c
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
...
...
lisp/arc-mode.el
View file @
9740d86c
;;; 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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment