]> git.eshelyaron.com Git - emacs.git/commitdiff
(normal-mode): Call ucs-set-table-for-input.
authorDave Love <fx@gnu.org>
Wed, 6 Nov 2002 23:28:29 +0000 (23:28 +0000)
committerDave Love <fx@gnu.org>
Wed, 6 Nov 2002 23:28:29 +0000 (23:28 +0000)
lisp/files.el

index 9d756bcfd29fdc94e39eb51756e2aab10d00cd55..d0c712fdcfd84a5389694dcfc0c1017518331d07 100644 (file)
@@ -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