Use `convert-standard-filename' to set the name
of the key mapping file.
This commit is contained in:
parent
a96c462fce
commit
e803d7673b
1 changed files with 3 additions and 1 deletions
|
@ -365,7 +365,9 @@
|
|||
;;;
|
||||
;;; Save the key mapping program
|
||||
;;;
|
||||
(let ((file (if tpu-lucid-emacs19-p "~/.tpu-lucid-keys" "~/.tpu-keys")))
|
||||
(let ((file
|
||||
(convert-standard-filename
|
||||
(if tpu-lucid-emacs19-p "~/.tpu-lucid-keys" "~/.tpu-keys"))))
|
||||
(set-visited-file-name
|
||||
(read-file-name (format "Save key mapping to file (default %s): " file) "" file)))
|
||||
(save-buffer)
|
||||
|
|
Loading…
Add table
Reference in a new issue