changeset 98863:545889edd043

(kkc-init-file-name): Run file names that begin with a period thru `convert-standard-filename'.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 19 Oct 2008 10:10:00 +0000
parents ee5b67d5228f
children 4db633f0428a
files lisp/international/kkc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/kkc.el	Sun Oct 19 10:07:39 2008 +0000
+++ b/lisp/international/kkc.el	Sun Oct 19 10:10:00 2008 +0000
@@ -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'.