Mercurial > emacs
changeset 42812:c9282c43bb5a
Add comments to avoid future deletion of conditionals that seem
unnecessary on w32.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 17 Jan 2002 19:33:03 +0000 |
parents | cf0c0ef57504 |
children | 2fa4141b1dee |
files | lisp/term/w32-win.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/w32-win.el Thu Jan 17 19:29:24 2002 +0000 +++ b/lisp/term/w32-win.el Thu Jan 17 19:33:03 2002 +0000 @@ -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 @@ 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 @@ (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