comparison lisp/international/mule-cmds.el @ 104612:c220a29e75fd

Define risky-local-variable property here rather than in files.el.
author Glenn Morris <rgm@gnu.org>
date Wed, 26 Aug 2009 03:07:25 +0000
parents 10c38084881d
children 50fdf250e26b
comparison
equal deleted inserted replaced
104611:d3071821d3ea 104612:c220a29e75fd
1335 (defvar input-method-alist nil 1335 (defvar input-method-alist nil
1336 "Alist of input method names vs how to use them. 1336 "Alist of input method names vs how to use them.
1337 Each element has the form: 1337 Each element has the form:
1338 (INPUT-METHOD LANGUAGE-ENV ACTIVATE-FUNC TITLE DESCRIPTION ARGS...) 1338 (INPUT-METHOD LANGUAGE-ENV ACTIVATE-FUNC TITLE DESCRIPTION ARGS...)
1339 See the function `register-input-method' for the meanings of the elements.") 1339 See the function `register-input-method' for the meanings of the elements.")
1340 ;; Autoload if this file no longer dumped.
1341 (put 'input-method-alist 'risky-local-variable t)
1340 1342
1341 (defun register-input-method (input-method lang-env &rest args) 1343 (defun register-input-method (input-method lang-env &rest args)
1342 "Register INPUT-METHOD as an input method for language environment LANG-ENV. 1344 "Register INPUT-METHOD as an input method for language environment LANG-ENV.
1343 1345
1344 INPUT-METHOD and LANG-ENV are symbols or strings. 1346 INPUT-METHOD and LANG-ENV are symbols or strings.