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,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/version.el,v
Date: Thu, 19 Oct 2006 08:00:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   06/10/19 08:00:31

Index: version.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/version.el,v
retrieving revision 2.40
retrieving revision 2.41
diff -u -b -r2.40 -r2.41
--- version.el  6 Feb 2006 14:33:35 -0000       2.40
+++ version.el  19 Oct 2006 08:00:30 -0000      2.41
@@ -64,6 +64,8 @@
                       ((featurep 'gtk)
                        (concat ", GTK+ Version " gtk-version-string))
                       ((featurep 'x-toolkit) ", X toolkit")
+                      ((boundp 'mac-carbon-version-string)
+                       (concat ", Carbon Version " mac-carbon-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]