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 [lexbind]


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

Index: emacs/lisp/version.el
diff -c emacs/lisp/version.el:2.30.2.2 emacs/lisp/version.el:2.30.2.3
*** emacs/lisp/version.el:2.30.2.2      Tue Oct 14 23:51:28 2003
--- emacs/lisp/version.el       Tue Jul  6 09:14:19 2004
***************
*** 61,69 ****
                 system-configuration
                 (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)))
--- 61,69 ----
                 system-configuration
                 (cond ((featurep 'motif)
                        (concat ", " (substring motif-version-string 4)))
                       ((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)))




reply via email to

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