Mercurial > emacs
changeset 73429:c24e4c92d898
(emacs-version): Use mac-carbon-version-string.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 19 Oct 2006 08:00:30 +0000 |
parents | c78fdfe68241 |
children | e243e9e31c7a |
files | lisp/version.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/version.el Thu Oct 19 07:39:58 2006 +0000 +++ b/lisp/version.el Thu Oct 19 08:00:30 2006 +0000 @@ -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)))