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
d84b6108
Commit
d84b6108
authored
May 08, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
parent
a931698a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/tar-mode.el
lisp/tar-mode.el
+4
-2
No files found.
lisp/ChangeLog
View file @
d84b6108
2013-05-09 Glenn Morris <rgm@gnu.org>
* tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
* bookmark.el (bookmark-search-delay):
* cus-start.el (vertical-centering-font-regexp):
* ps-mule.el (ps-mule-font-info-database-default):
...
...
lisp/tar-mode.el
View file @
d84b6108
...
...
@@ -133,8 +133,10 @@ This information is useful, but it takes screen space away from file names."
:group
'tar
)
(
defvar
tar-parse-info
nil
)
(
defvar
tar-superior-buffer
nil
)
(
defvar
tar-superior-descriptor
nil
)
(
defvar
tar-superior-buffer
nil
"Buffer containing the tar archive from which a member was extracted."
)
(
defvar
tar-superior-descriptor
nil
"Tar descriptor for a member extracted from an archive."
)
(
defvar
tar-file-name-coding-system
nil
)
(
put
'tar-superior-buffer
'permanent-local
t
)
...
...
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