# HG changeset patch # User John Paul Wallington # Date 1084453202 0 # Node ID f5732b5fb78b89f156fe93b9562cdde2ab859e52 # Parent 345e8d954dfcad7684ecc0994be71ffcf9df5171 (emacs-version): Check for `gtk' feature before `x-toolkit' feature. diff -r 345e8d954dfc -r f5732b5fb78b lisp/version.el --- 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)))