From b6dbaca95977fe1d8c3f78be5c476ed5cf78ac9b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 6 Jun 2002 11:32:13 +0000 Subject: [PATCH] Add scalable-fonts-allowed. --- lisp/cus-start.el | 2 ++ 1 file changed, 2 insertions(+) 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 @@ :format "%v") (other :tag "Unlimited" t))) (unibyte-display-via-language-environment mule boolean) + ;; xfaces.c + (scalable-fonts-allowed display boolean) ;; xfns.c (x-bitmap-file-path installation (repeat (directory :format "%v"))) -- 2.39.5