comparison lisp/cus-start.el @ 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 21ad7a1f7028
children c1c598c2cd83 a387c138b28e 138027c8c982
comparison
equal deleted inserted replaced
71354:9440bcd820bc 71355:763764b2c2a4
220 "22.1") 220 "22.1")
221 (mac-wheel-button-is-mouse-2 mac boolean "22.1") 221 (mac-wheel-button-is-mouse-2 mac boolean "22.1")
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
228 ;; customization of the front of the list, maintaining the standard 235 ;; customization of the front of the list, maintaining the standard
229 ;; value intact at the back. 236 ;; value intact at the back.