diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-15 06:18:02 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-15 06:18:02 +0000 |
commit | ac549fa5e4f9e81fc080a267cf81bdad204db0ae (patch) | |
tree | 9acd9b791af82684b9f367e0a0f39f0952555702 /lisp/international/mule-cmds.el | |
parent | 5f54cae6cc23c593e57692951e1626b1407bbac2 (diff) | |
download | emacs-ac549fa5e4f9e81fc080a267cf81bdad204db0ae.tar.gz |
Convert comments about autoloads into autoload comments.
(No-ops so long as file is dumped.)
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 7c1d82ad3c6..9d6f6eb4e96 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1342,7 +1342,7 @@ This function is called with no argument.") Each element has the form: (INPUT-METHOD LANGUAGE-ENV ACTIVATE-FUNC TITLE DESCRIPTION ARGS...) See the function `register-input-method' for the meanings of the elements.") -;; Autoload if this file no longer dumped. +;;;###autoload (put 'input-method-alist 'risky-local-variable t) (defun register-input-method (input-method lang-env &rest args) |