aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/version.el
diff options
context:
space:
mode:
authorAdrian Robert2008-07-15 18:15:18 +0000
committerAdrian Robert2008-07-15 18:15:18 +0000
commitedfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch)
tree78d2414d9791e1efc17ec9b35b438ae35602340a /lisp/version.el
parent1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff)
downloademacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz
emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip
merging Emacs.app (NeXTstep port)
Diffstat (limited to 'lisp/version.el')
-rw-r--r--lisp/version.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 07c033f72d7..5f136a5f4e1 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -65,6 +65,8 @@ to the system configuration; look at `system-configuration' instead."
65 ((featurep 'gtk) 65 ((featurep 'gtk)
66 (concat ", GTK+ Version " gtk-version-string)) 66 (concat ", GTK+ Version " gtk-version-string))
67 ((featurep 'x-toolkit) ", X toolkit") 67 ((featurep 'x-toolkit) ", X toolkit")
68 ((featurep 'ns-windowing)
69 (format ", *Step %s" ns-version-string))
68 ((boundp 'mac-carbon-version-string) 70 ((boundp 'mac-carbon-version-string)
69 (concat ", Carbon Version " mac-carbon-version-string)) 71 (concat ", Carbon Version " mac-carbon-version-string))
70 (t "")) 72 (t ""))