diff options
| author | Eli Zaretskii | 2008-10-19 10:10:00 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-19 10:10:00 +0000 |
| commit | 8787f54c2f00e6cb488b9d4bc1f8dc47d9f85387 (patch) | |
| tree | b30bb33cd2919e63d538e30832f24cdcf6bd9e63 | |
| parent | dee11cd2a680cecea9b4af4ae8ba0c9d995fd4d2 (diff) | |
| download | emacs-8787f54c2f00e6cb488b9d4bc1f8dc47d9f85387.tar.gz emacs-8787f54c2f00e6cb488b9d4bc1f8dc47d9f85387.zip | |
(kkc-init-file-name): Run file names that begin with a period thru
`convert-standard-filename'.
| -rw-r--r-- | lisp/international/kkc.el | 2 |
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. |
| 42 | This string is shown at mode line when users are in KKC mode.") | 42 | This 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'. |