Mercurial > emacs
changeset 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 | 9b71fc12ed85 |
children | 9474e269efd1 |
files | lisp/files.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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