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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/version.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:33:49 -0400

Index: emacs/lisp/version.el
diff -c emacs/lisp/version.el:2.32.6.2 emacs/lisp/version.el:2.32.6.3
*** emacs/lisp/version.el:2.32.6.2      Fri Apr 16 12:50:11 2004
--- emacs/lisp/version.el       Mon Jun 28 07:28:47 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]