Mercurial > emacs
changeset 66946:41f652ac3620
(ucs-set-table-for-input):
Use make-local-variable, not make-variable-buffer-local.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Nov 2005 22:21:16 +0000 |
parents | 863620478661 |
children | f455a937815f |
files | lisp/international/ucs-tables.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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