aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-11 20:10:07 +0000
committerRichard M. Stallman1994-07-11 20:10:07 +0000
commit56d638abf9c516b6db7e846cde940be11b4f8baa (patch)
tree6edd8a759a03be2249f53d1cf28f8ba4ec6a7e8a
parenteb246adb242fb869ca205ad94d64280717bdf421 (diff)
downloademacs-56d638abf9c516b6db7e846cde940be11b4f8baa.tar.gz
emacs-56d638abf9c516b6db7e846cde940be11b4f8baa.zip
(x-fixed-font-alist): Add 8x13. Don't specify 75-75 for 7x13, 7x14.
-rw-r--r--lisp/mouse.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index aaa11a7fca9..df099cde83f 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1240,8 +1240,9 @@ and selects that window."
1240 ("6x13" "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-*-1" "6x13") 1240 ("6x13" "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-*-1" "6x13")
1241 ("lucida 13" 1241 ("lucida 13"
1242 "-b&h-lucidatypewriter-medium-r-normal-sans-0-0-0-0-m-0-*-1") 1242 "-b&h-lucidatypewriter-medium-r-normal-sans-0-0-0-0-m-0-*-1")
1243 ("7x13" "-misc-fixed-medium-r-normal--13-120-75-75-c-70-*-1" "7x13") 1243 ("7x13" "-misc-fixed-medium-r-normal--13-120-*-*-c-70-*-1" "7x13")
1244 ("7x14" "-misc-fixed-medium-r-normal--14-130-75-75-c-70-*-1" "7x14") 1244 ("7x14" "-misc-fixed-medium-r-normal--14-130-*-*-c-70-*-1" "7x14")
1245 ("8x13" "-misc-fixed-medium-r-normal--13-120-*-*-c-80-*-1" "8x13")
1245 ("9x15" "-misc-fixed-medium-r-normal--15-140-*-*-c-*-*-1" "9x15") 1246 ("9x15" "-misc-fixed-medium-r-normal--15-140-*-*-c-*-*-1" "9x15")
1246 ("") 1247 ("")
1247 ("clean 8x8" "-schumacher-clean-medium-r-normal--*-80-*-*-c-*-*-1") 1248 ("clean 8x8" "-schumacher-clean-medium-r-normal--*-80-*-*-c-*-*-1")