Mercurial > emacs
changeset 24617:a9d05d95717d
(input-method-function): Add permanent-local property.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 12 Apr 1999 18:25:26 +0000 |
parents | a647cbfb4169 |
children | b18f51ec1b6c |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Mon Apr 12 18:23:41 1999 +0000 +++ b/lisp/international/mule-cmds.el Mon Apr 12 18:25:26 1999 +0000 @@ -810,6 +810,8 @@ :group 'mule :type '(choice (const nil) string)) +(put 'input-method-function 'permanent-local t) + (defvar input-method-history nil "History list for some commands that read input methods.") (make-variable-buffer-local 'input-method-history)