aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-06-16 08:07:51 +0000
committerYAMAMOTO Mitsuharu2006-06-16 08:07:51 +0000
commit2d4a5c50442fa1758862aa4084c730b7916d8fd4 (patch)
tree09e12e2f508d5d62244b382317d26fbd0e022f62
parentd9044cd65dad83d5c56f2c5128a2516d17e630e3 (diff)
downloademacs-2d4a5c50442fa1758862aa4084c730b7916d8fd4.tar.gz
emacs-2d4a5c50442fa1758862aa4084c730b7916d8fd4.zip
(all): Add mac-ts-script-language-on-focus.
-rw-r--r--lisp/cus-start.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 9ac98eb1036..bc0e2e7915b 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -222,6 +222,13 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
222 (mac-pass-command-to-system mac boolean "22.1") 222 (mac-pass-command-to-system mac boolean "22.1")
223 (mac-pass-control-to-system mac boolean "22.1") 223 (mac-pass-control-to-system mac boolean "22.1")
224 (mac-allow-anti-aliasing mac boolean "22.1") 224 (mac-allow-anti-aliasing mac boolean "22.1")
225 (mac-ts-script-language-on-focus mac
226 (choice (const :tag "System default behavior" nil)
227 (const :tag "Restore to script/language used in the last focus frame" t)
228 (cons :tag "Specify script/language"
229 (integer :tag "Script code")
230 (integer :tag "Language code")))
231 "22.1")
225 232
226;; This is not good news because it will use the wrong 233;; This is not good news because it will use the wrong
227;; version-specific directories when you upgrade. We need 234;; version-specific directories when you upgrade. We need