diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-10-19 08:00:30 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-10-19 08:00:30 +0000 |
commit | 766685555910db4c38476a5e5d203ac9ab7bb993 (patch) | |
tree | 1d92cb8748cac39e82387e618d1c8abda392e659 /lisp/version.el | |
parent | 67025c9f97144a126175709fdfff6ed911a2af42 (diff) | |
download | emacs-766685555910db4c38476a5e5d203ac9ab7bb993.tar.gz |
(emacs-version): Use mac-carbon-version-string.
Diffstat (limited to 'lisp/version.el')
-rw-r--r-- | lisp/version.el | 2 |
1 files changed, 2 insertions, 0 deletions
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))) |