From f29c36952c38cfe51b3bd7ebdb549b4f8e44851e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 8 Aug 1994 10:16:47 +0000 Subject: [PATCH] (x-fixed-font-alist): Add clean 5x8 and clean 6x8. --- lisp/mouse.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/mouse.el b/lisp/mouse.el index aaa3e5d6573..b57cf45bf0b 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1253,6 +1253,10 @@ and selects that window." ("11x18" "-misc-fixed-medium-r-normal--18-*-*-*-c-110-iso8859-1" "11x18") ("12x24" "-misc-fixed-medium-r-normal--24-*-*-*-c-120-iso8859-1" "12x24") ("") + ("clean 5x8" + "-schumacher-clean-medium-r-normal--8-*-*-*-c-50-iso8859-1") + ("clean 6x8" + "-schumacher-clean-medium-r-normal--8-*-*-*-c-60-iso8859-1") ("clean 8x8" "-schumacher-clean-medium-r-normal--8-*-*-*-c-80-iso8859-1") ("clean 8x10" -- 2.39.5