Mercurial > emacs
comparison lisp/version.el @ 96675:d45acf0c8d23
merging Emacs.app (NeXTstep port)
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Tue, 15 Jul 2008 18:15:18 +0000 |
parents | ee5932bf781d |
children | 72d6895432c7 |
comparison
equal
deleted
inserted
replaced
96674:ff312a846b25 | 96675:d45acf0c8d23 |
---|---|
63 (cond ((featurep 'motif) | 63 (cond ((featurep 'motif) |
64 (concat ", " (substring motif-version-string 4))) | 64 (concat ", " (substring motif-version-string 4))) |
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 "")) |
71 (if (and (boundp 'x-toolkit-scroll-bars) | 73 (if (and (boundp 'x-toolkit-scroll-bars) |
72 (memq x-toolkit-scroll-bars '(xaw xaw3d))) | 74 (memq x-toolkit-scroll-bars '(xaw xaw3d))) |