1
Fork 0
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:
Eli Zaretskii 2008-10-19 10:10:00 +00:00
parent dee11cd2a6
commit 8787f54c2f

View file

@ -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'.