diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-26 23:48:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-26 23:48:28 +0000 |
commit | c07d97fcad3f30e071b7f90f7e4437591eb2e789 (patch) | |
tree | ee4616ed0842ebe5ea1101b363be3b62c8df2294 /lisp/emulation | |
parent | 4c4081f3c7dc08195e440e25d343aa6601190c50 (diff) | |
download | emacs-c07d97fcad3f30e071b7f90f7e4437591eb2e789.tar.gz |
(tpu-load-xkeys): Fix previous change.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/tpu-edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index 6efb8be2b48..a8730d5558c 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el @@ -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 |