mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
* lisp/tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
This commit is contained in:
parent
a931698afd
commit
d84b610817
@ -1,5 +1,7 @@
|
||||
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):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user