diff options
| -rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 6ca90bc943e..c979a47be34 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -196,6 +196,7 @@ | |||
| 196 | (integer :menu-tag "lines" | 196 | (integer :menu-tag "lines" |
| 197 | :format "%v") | 197 | :format "%v") |
| 198 | (other :tag "Unlimited" t))) | 198 | (other :tag "Unlimited" t))) |
| 199 | (unibyte-display-via-language-environment mule boolean) | ||
| 199 | ;; xfns.c | 200 | ;; xfns.c |
| 200 | (x-bitmap-file-path installation | 201 | (x-bitmap-file-path installation |
| 201 | (repeat (directory :format "%v"))))) | 202 | (repeat (directory :format "%v"))))) |