diff options
| -rw-r--r-- | lisp/cus-start.el | 7 |
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 |