aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/kkc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el
index f25f0835c59..6325838b108 100644
--- a/lisp/international/kkc.el
+++ b/lisp/international/kkc.el
@@ -41,7 +41,7 @@
41 "String denoting KKC input method. 41 "String denoting KKC input method.
42This string is shown at mode line when users are in KKC mode.") 42This string is shown at mode line when users are in KKC mode.")
43 43
44(defvar kkc-init-file-name "~/.kkcrc" 44(defvar kkc-init-file-name (convert-standard-filename "~/.kkcrc")
45 "Name of a file which contains user's initial setup code for KKC.") 45 "Name of a file which contains user's initial setup code for KKC.")
46 46
47;; A flag to control a file specified by `kkc-init-file-name'. 47;; A flag to control a file specified by `kkc-init-file-name'.