aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/tpu-edt.el2
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
2378 (expand-file-name "~/.tpu-gnu-keys"))) 2378 (expand-file-name "~/.tpu-gnu-keys")))
2379 (tpu-copy-keyfile 2379 (tpu-copy-keyfile
2380 (convert-standard-filename 2380 (convert-standard-filename
2381 (expand-file-name "~/.tpu-gnu-keys") file))))) 2381 (expand-file-name "~/.tpu-gnu-keys")) file))))
2382 (cond ((file-readable-p file) 2382 (cond ((file-readable-p file)
2383 (load-file file)) 2383 (load-file file))
2384 (t 2384 (t