changeset 55567:f5732b5fb78b

(emacs-version): Check for `gtk' feature before `x-toolkit' feature.
author John Paul Wallington <jpw@pobox.com>
date Thu, 13 May 2004 13:00:02 +0000
parents 345e8d954dfc
children 2ddd6386b5c9
files lisp/version.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/version.el	Thu May 13 01:23:07 2004 +0000
+++ b/lisp/version.el	Thu May 13 13:00:02 2004 +0000
@@ -61,9 +61,9 @@
 		 system-configuration
 		 (cond ((featurep 'motif)
 			(concat ", " (substring motif-version-string 4)))
-		       ((featurep 'x-toolkit) ", X toolkit")
 		       ((featurep 'gtk)
 			(concat ", GTK+ Version " gtk-version-string))
+		       ((featurep 'x-toolkit) ", X toolkit")
 		       (t ""))
 		 (if (and (boundp 'x-toolkit-scroll-bars)
 			  (memq x-toolkit-scroll-bars '(xaw xaw3d)))