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, 14 Oct 2003 19:52:37 -0400

Index: emacs/lisp/version.el
diff -c emacs/lisp/version.el:2.30.2.1 emacs/lisp/version.el:2.30.2.2
*** emacs/lisp/version.el:2.30.2.1      Fri Apr  4 01:20:11 2003
--- emacs/lisp/version.el       Tue Oct 14 19:51:28 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)))
***************
*** 88,91 ****
--- 90,94 ----
  ;;version-control: never
  ;;End:
  
+ ;;; arch-tag: e60dc445-6218-4a4c-a7df-f15a818642a0
  ;;; version.el ends here




reply via email to

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