diff options
| author | Dave Love | 2002-06-06 11:32:13 +0000 |
|---|---|---|
| committer | Dave Love | 2002-06-06 11:32:13 +0000 |
| commit | b6dbaca95977fe1d8c3f78be5c476ed5cf78ac9b (patch) | |
| tree | 63c47312e9f07a17dd7288e2fb47f4b5d51f153e /lisp | |
| parent | 32fefe802f2e5d0093ddad131d2fe7b6dd4d8f7a (diff) | |
| download | emacs-b6dbaca95977fe1d8c3f78be5c476ed5cf78ac9b.tar.gz emacs-b6dbaca95977fe1d8c3f78be5c476ed5cf78ac9b.zip | |
Add scalable-fonts-allowed.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 1042d964e0d..bb88d870079 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -258,6 +258,8 @@ | |||
| 258 | :format "%v") | 258 | :format "%v") |
| 259 | (other :tag "Unlimited" t))) | 259 | (other :tag "Unlimited" t))) |
| 260 | (unibyte-display-via-language-environment mule boolean) | 260 | (unibyte-display-via-language-environment mule boolean) |
| 261 | ;; xfaces.c | ||
| 262 | (scalable-fonts-allowed display boolean) | ||
| 261 | ;; xfns.c | 263 | ;; xfns.c |
| 262 | (x-bitmap-file-path installation | 264 | (x-bitmap-file-path installation |
| 263 | (repeat (directory :format "%v"))) | 265 | (repeat (directory :format "%v"))) |