From 24c9eeeb1d4392a085a1fa3eda061fa6ddd78f38 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 6 Nov 2002 23:28:29 +0000 Subject: [PATCH] (normal-mode): Call ucs-set-table-for-input. --- lisp/files.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 9d756bcfd29..d0c712fdcfd 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1486,7 +1486,9 @@ in that case, this function acts as if `enable-local-variables' were t." enable-local-variables))) (hack-local-variables)) (error (message "File local-variables error: %s" - (prin1-to-string err))))) + (prin1-to-string err)))) + (if (fboundp 'ucs-set-table-for-input) ; don't lose when building + (ucs-set-table-for-input))) (defvar auto-mode-alist (mapc -- 2.39.2