(ucs-set-table-for-input):
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 2005 22:21:16 +0000 (22:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 2005 22:21:16 +0000 (22:21 +0000)
Use make-local-variable, not make-variable-buffer-local.

lisp/international/ucs-tables.el

index 937df9e..8d07605 100644 (file)
@@ -2523,9 +2523,9 @@ This function is automatically called directly at the end of `get-buffer-create'
        (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