Changeset 4098 for trunk/lisp/cus-start.el
- Timestamp:
- 2006年07月01日 08時27分06秒 (2 years ago)
- Files:
-
- trunk/lisp/cus-start.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/cus-start.el
r4079 r4098 223 223 (mac-pass-control-to-system mac boolean "22.1") 224 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 233 ;; This is not good news because it will use the wrong
