mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(tpu-load-xkeys): Fix previous change.
This commit is contained in:
parent
d8e77dfd58
commit
b00bd89720
1 changed files with 1 additions and 1 deletions
|
|
@ -2378,7 +2378,7 @@ If FILE is nil, try to load a default file. The default file names are
|
|||
(expand-file-name "~/.tpu-gnu-keys")))
|
||||
(tpu-copy-keyfile
|
||||
(convert-standard-filename
|
||||
(expand-file-name "~/.tpu-gnu-keys") file)))))
|
||||
(expand-file-name "~/.tpu-gnu-keys")) file))))
|
||||
(cond ((file-readable-p file)
|
||||
(load-file file))
|
||||
(t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue