aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-10-12 06:13:42 +0000
committerRichard M. Stallman1998-10-12 06:13:42 +0000
commitb0648a00903a813b220ebd6435279b9e6cd4707d (patch)
tree81ba8dd7fcdace1819f8fac0b245d3c227548b64
parent9ac425d1692c65c6c517e2d7d0c12c4295b80ef2 (diff)
downloademacs-b0648a00903a813b220ebd6435279b9e6cd4707d.tar.gz
emacs-b0648a00903a813b220ebd6435279b9e6cd4707d.zip
(setup-specified-language-environment): Add apropos-inhibit property.
(describe-specified-language-support): Likewise.
-rw-r--r--lisp/international/mule-cmds.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index f23316a71c7..266ad0c83f2 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1037,6 +1037,8 @@ is still bound to the language environment being exited.
1037This hook is mainly used for canceling the effect of 1037This hook is mainly used for canceling the effect of
1038`set-language-environment-hook' (which-see).") 1038`set-language-environment-hook' (which-see).")
1039 1039
1040(put 'setup-specified-language-environment 'apropos-inhibit t)
1041
1040(defun setup-specified-language-environment () 1042(defun setup-specified-language-environment ()
1041 "Switch to a specified language environment." 1043 "Switch to a specified language environment."
1042 (interactive) 1044 (interactive)
@@ -1239,6 +1241,8 @@ specifies the character set for the major languages of Western Europe."
1239 (while args (princ (car args)) (setq args (cdr args))) 1241 (while args (princ (car args)) (setq args (cdr args)))
1240 (princ "\n")) 1242 (princ "\n"))
1241 1243
1244(put 'describe-specified-language-support 'apropos-inhibit t)
1245
1242;; Print a language specific information such as input methods, 1246;; Print a language specific information such as input methods,
1243;; charsets, and coding systems. This function is intended to be 1247;; charsets, and coding systems. This function is intended to be
1244;; called from the menu: 1248;; called from the menu: