diff lisp/files.el @ 48181:4b996fe3a71f

(normal-mode): Call ucs-set-table-for-input.
author Dave Love <fx@gnu.org>
date Wed, 06 Nov 2002 23:28:29 +0000
parents de911fba904d
children bd65cb4f3ff9
line wrap: on
line diff
--- 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