mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 11:09:51 +00:00
add texinfo as a valid default extension
This commit is contained in:
parent
c59e177fba
commit
946c19b1df
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@ function for access to this function")
|
|||
(defvar pb/archive-alist-initialized nil
|
||||
"Determines if pb/archive-alist has been initialized.")
|
||||
|
||||
(defconst pb/default-files-spec '("*.el" "dir" "*.info" "*.texi" "doc/*.info" "doc/*.texi")
|
||||
(defconst pb/default-files-spec '("*.el" "dir"
|
||||
"*.info" "*.texi" "*.texinfo"
|
||||
"doc/*.info" "doc/*.texi" "doc/*.texinfo")
|
||||
"Default value for :files attribute in recipes.")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue