From 2d4a5c50442fa1758862aa4084c730b7916d8fd4 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 16 Jun 2006 08:07:51 +0000 Subject: (all): Add mac-ts-script-language-on-focus. --- lisp/cus-start.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisp/cus-start.el') 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 (mac-pass-command-to-system mac boolean "22.1") (mac-pass-control-to-system mac boolean "22.1") (mac-allow-anti-aliasing mac boolean "22.1") + (mac-ts-script-language-on-focus mac + (choice (const :tag "System default behavior" nil) + (const :tag "Restore to script/language used in the last focus frame" t) + (cons :tag "Specify script/language" + (integer :tag "Script code") + (integer :tag "Language code"))) + "22.1") ;; This is not good news because it will use the wrong ;; version-specific directories when you upgrade. We need -- cgit v1.2.1