emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/version.el
Date: Tue, 26 Aug 2003 04:46:27 -0400

Index: emacs/lisp/version.el
diff -c emacs/lisp/version.el:2.32 emacs/lisp/version.el:2.33
*** emacs/lisp/version.el:2.32  Tue Feb  4 07:12:31 2003
--- emacs/lisp/version.el       Tue Aug 26 04:46:27 2003
***************
*** 62,67 ****
--- 62,69 ----
                 (cond ((featurep 'motif)
                        (concat ", " (substring motif-version-string 4)))
                       ((featurep 'x-toolkit) ", X toolkit")
+                      ((featurep 'gtk)
+                       (concat ", GTK+ Version " gtk-version-string))
                       (t ""))
                 (if (and (boundp 'x-toolkit-scroll-bars)
                          (memq x-toolkit-scroll-bars '(xaw xaw3d)))




reply via email to

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