mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(jka-compr-compression-info-list): Fix :type.
This commit is contained in:
parent
74a723ded2
commit
a3fdb58aaa
1 changed files with 2 additions and 1 deletions
|
|
@ -194,7 +194,8 @@ invoked."
|
|||
(string :tag "Uncompress Program")
|
||||
(repeat :tag "Uncompress Arguments" string)
|
||||
(boolean :tag "Append")
|
||||
(boolean :tag "Auto Mode")))
|
||||
(boolean :tag "Strip Extension")
|
||||
(string :tag "Magic Bytes")))
|
||||
:group 'jka-compr)
|
||||
|
||||
(defvar jka-compr-mode-alist-additions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue