]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-set-font): Handle fontset.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 05:47:42 +0000 (05:47 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 05:47:42 +0000 (05:47 +0000)
lisp/mouse.el

index 2bc8b191fa2cfc270a7633378a8711aa5fd1698d..48623cebad8934f9ef322be398738d86d60adb35 100644 (file)
@@ -1881,9 +1881,12 @@ and selects that window."
   "X fonts suitable for use in Emacs.")
 
 (defun mouse-set-font (&rest fonts)
-  "Select an emacs font from a list of known good fonts"
+  "Select an emacs font from a list of known good fonts and fontsets."
   (interactive
-   (x-popup-menu last-nonmenu-event x-fixed-font-alist))
+   (x-popup-menu
+    last-nonmenu-event
+    ;; Append list of fontsets currently defined.
+    (append x-fixed-font-alist (list (generate-fontset-menu)))))
   (if fonts
       (let (font)
        (while fonts