# HG changeset patch # User Richard M. Stallman # Date 1132179676 0 # Node ID 41f652ac3620d3f04c753e506cd12676e65c3095 # Parent 863620478661332a8a2f57d763c4ba29aa179b68 (ucs-set-table-for-input): Use make-local-variable, not make-variable-buffer-local. diff -r 863620478661 -r 41f652ac3620 lisp/international/ucs-tables.el --- a/lisp/international/ucs-tables.el Wed Nov 16 22:20:03 2005 +0000 +++ b/lisp/international/ucs-tables.el Wed Nov 16 22:21:16 2005 +0000 @@ -2523,9 +2523,9 @@ (when (char-table-p table) (if buffer (with-current-buffer buffer - (set (make-variable-buffer-local 'translation-table-for-input) + (set (make-local-variable 'translation-table-for-input) table)) - (set (make-variable-buffer-local 'translation-table-for-input) + (set (make-local-variable 'translation-table-for-input) table))))))) ;; The minibuffer needs to acquire a `buffer-file-coding-system' for