From: Richard M. Stallman Date: Mon, 26 Feb 1996 23:48:28 +0000 (+0000) Subject: (tpu-load-xkeys): Fix previous change. X-Git-Tag: emacs-19.34~1169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b00bd89720b3074474ce94b32b340ebccc7f3a44;p=emacs.git (tpu-load-xkeys): Fix previous change. --- 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