mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(kkc-init-file-name): Run file names that begin with a period thru
`convert-standard-filename'.
This commit is contained in:
parent
dee11cd2a6
commit
8787f54c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
"String denoting KKC input method.
|
||||
This string is shown at mode line when users are in KKC mode.")
|
||||
|
||||
(defvar kkc-init-file-name "~/.kkcrc"
|
||||
(defvar kkc-init-file-name (convert-standard-filename "~/.kkcrc")
|
||||
"Name of a file which contains user's initial setup code for KKC.")
|
||||
|
||||
;; A flag to control a file specified by `kkc-init-file-name'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue