From b00bd89720b3074474ce94b32b340ebccc7f3a44 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Feb 1996 23:48:28 +0000 Subject: [PATCH] (tpu-load-xkeys): Fix previous change. --- lisp/emulation/tpu-edt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT