emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
Date: Thu, 17 Jan 2002 14:33:03 -0500

Index: emacs/lisp/term/w32-win.el
diff -c emacs/lisp/term/w32-win.el:1.47 emacs/lisp/term/w32-win.el:1.48
*** emacs/lisp/term/w32-win.el:1.47     Thu Jan 17 14:24:39 2002
--- emacs/lisp/term/w32-win.el  Thu Jan 17 14:33:03 2002
***************
*** 76,81 ****
--- 76,82 ----
  (require 'faces)
  (require 'select)
  (require 'menu-bar)
+ ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
  (if (fboundp 'new-fontset)
      (require 'fontset))
  
***************
*** 1189,1194 ****
--- 1190,1196 ----
  
  See the documentation of `create-fontset-from-fontset-spec for the format.")
  
+ ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
  (if (fboundp 'new-fontset)
      (progn
        ;; Create the standard fontset.
***************
*** 1399,1404 ****
--- 1401,1407 ----
       (x-popup-menu
        last-nonmenu-event
      ;; Append list of fontsets currently defined.
+       ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
        (if (fboundp 'new-fontset)
        (append w32-fixed-font-alist (list (generate-fontset-menu)))))))
    (if fonts



reply via email to

[Prev in Thread] Current Thread [Next in Thread]