Mercurial > emacs
changeset 71355:763764b2c2a4
(all): Add mac-ts-script-language-on-focus.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 16 Jun 2006 08:07:51 +0000 |
parents | 9440bcd820bc |
children | a183bff9cb83 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Fri Jun 16 00:54:41 2006 +0000 +++ b/lisp/cus-start.el Fri Jun 16 08:07:51 2006 +0000 @@ -222,6 +222,13 @@ (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