From: Dave Love Date: Wed, 6 Nov 2002 23:28:29 +0000 (+0000) Subject: (normal-mode): Call ucs-set-table-for-input. X-Git-Tag: ttn-vms-21-2-B4~12572 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24c9eeeb1d4392a085a1fa3eda061fa6ddd78f38;p=emacs.git (normal-mode): Call ucs-set-table-for-input. --- 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