summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-11 20:10:07 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-11 20:10:07 +0000
commit2102328de56f022b42eabc936d6359f3c97f8d07 (patch)
treea5ee4fd8a144ea086e37b07a85bd0c1496f7704d /lisp/mouse.el
parent966999326d552203a995b3d81febaaea49d0a89b (diff)
downloademacs-2102328de56f022b42eabc936d6359f3c97f8d07.tar.gz
(x-fixed-font-alist): Add 8x13. Don't specify 75-75 for 7x13, 7x14.
Diffstat (limited to 'lisp/mouse.el')
-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."
("6x13" "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-*-1" "6x13")
("lucida 13"
"-b&h-lucidatypewriter-medium-r-normal-sans-0-0-0-0-m-0-*-1")
- ("7x13" "-misc-fixed-medium-r-normal--13-120-75-75-c-70-*-1" "7x13")
- ("7x14" "-misc-fixed-medium-r-normal--14-130-75-75-c-70-*-1" "7x14")
+ ("7x13" "-misc-fixed-medium-r-normal--13-120-*-*-c-70-*-1" "7x13")
+ ("7x14" "-misc-fixed-medium-r-normal--14-130-*-*-c-70-*-1" "7x14")
+ ("8x13" "-misc-fixed-medium-r-normal--13-120-*-*-c-80-*-1" "8x13")
("9x15" "-misc-fixed-medium-r-normal--15-140-*-*-c-*-*-1" "9x15")
("")
("clean 8x8" "-schumacher-clean-medium-r-normal--*-80-*-*-c-*-*-1")