Handle charset-map-path, not charset-map-directory.
This commit is contained in:
parent
cf411e8d01
commit
c11f69e19f
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@
|
|||
(repeat (choice (const :tag "default" nil)
|
||||
(file :format "%v"))))
|
||||
;; charset.c
|
||||
(charset-map-directory installation directory)
|
||||
(charset-map-path installation
|
||||
(repeat (directory :format "%v")))
|
||||
;; coding.c
|
||||
(inhibit-eol-conversion mule boolean)
|
||||
(eol-mnemonic-undecided mule string)
|
||||
|
|
Loading…
Add table
Reference in a new issue