summaryrefslogtreecommitdiff
path: root/lisp/international
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-15 06:18:02 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-15 06:18:02 +0000
commita241869a8059308c1df5c2393bbf2ee3996d1b3b (patch)
treef60093c0b8e2a6601eb1af597e6d33b775de83a6 /lisp/international
parent4343d5c198c838a007d753ab8ee5e9386e074709 (diff)
downloademacs-a241869a8059308c1df5c2393bbf2ee3996d1b3b.tar.gz
Convert comments about autoloads into autoload comments.
(No-ops so long as file is dumped.)
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/mule-cmds.el2
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)