mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(jka-compr-compression-info-list): Fix :type.
This commit is contained in:
parent
74a723ded2
commit
a3fdb58aaa
@ -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…
Reference in New Issue
Block a user