emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/faces.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el [lexbind]
Date: Tue, 06 Jul 2004 07:14:56 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.266.2.4 emacs/lisp/faces.el:1.266.2.5
*** emacs/lisp/faces.el:1.266.2.4       Thu Apr  1 04:29:00 2004
--- emacs/lisp/faces.el Tue Jul  6 09:14:17 2004
***************
*** 1309,1317 ****
                                  (memq 'tty options))
                             (and (memq 'motif options)
                                  (featurep 'motif))
                             (and (memq 'lucid options)
                                  (featurep 'x-toolkit)
!                                 (not (featurep 'motif)))
                             (and (memq 'x-toolkit options)
                                  (featurep 'x-toolkit))))
                        ((eq req 'min-colors)
--- 1309,1320 ----
                                  (memq 'tty options))
                             (and (memq 'motif options)
                                  (featurep 'motif))
+                            (and (memq 'gtk options)
+                                 (featurep 'gtk))
                             (and (memq 'lucid options)
                                  (featurep 'x-toolkit)
!                                 (not (featurep 'motif))
!                                 (not (featurep 'gtk)))
                             (and (memq 'x-toolkit options)
                                  (featurep 'x-toolkit))))
                        ((eq req 'min-colors)




reply via email to

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