# HG changeset patch # User Karl Heuer # Date 923941526 0 # Node ID a9d05d95717dbaf34c14e2e1edf3f9d921c38eee # Parent a647cbfb4169cd92a992fd5587dd29953d8dcc75 (input-method-function): Add permanent-local property. diff -r a647cbfb4169 -r a9d05d95717d lisp/international/mule-cmds.el --- 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)