]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comments to avoid future deletion of conditionals that seem
authorJason Rumney <jasonr@gnu.org>
Thu, 17 Jan 2002 19:33:03 +0000 (19:33 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 17 Jan 2002 19:33:03 +0000 (19:33 +0000)
unnecessary on w32.

lisp/term/w32-win.el

index a31cf3c9d762e6e461ba8c908899585f45d3e157..b98cfea423399cd36c186cd652b6dbd9682993e0 100644 (file)
@@ -76,6 +76,7 @@
 (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,6 +1190,7 @@ European languages which are distributed with Windows as
 
 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,6 +1401,7 @@ font dialog to get the matching FONTS. Otherwise use a pop-up menu
      (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