# HG changeset patch # User Dave Love # Date 1036625309 0 # Node ID 4b996fe3a71f8cbb34fd3c10108d0f100222ef0d # Parent 9b71fc12ed855755bcd0d00d8e8925ab849dd509 (normal-mode): Call ucs-set-table-for-input. diff -r 9b71fc12ed85 -r 4b996fe3a71f lisp/files.el --- a/lisp/files.el Wed Nov 06 23:27:24 2002 +0000 +++ b/lisp/files.el Wed Nov 06 23:28:29 2002 +0000 @@ -1486,7 +1486,9 @@ 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