From 766685555910db4c38476a5e5d203ac9ab7bb993 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 19 Oct 2006 08:00:30 +0000 Subject: (emacs-version): Use mac-carbon-version-string. --- lisp/version.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/version.el b/lisp/version.el index d4b8194775b..e70bc45bf43 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -64,6 +64,8 @@ to the system configuration; look at `system-configuration' instead." ((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))) -- cgit v1.2.1