[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/version.el,v
From: |
Adrian Robert |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/version.el,v |
Date: |
Tue, 15 Jul 2008 18:15:31 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/07/15 18:15:19
Index: lisp/version.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/version.el,v
retrieving revision 2.62
retrieving revision 2.63
diff -u -b -r2.62 -r2.63
--- lisp/version.el 6 May 2008 07:57:58 -0000 2.62
+++ lisp/version.el 15 Jul 2008 18:15:02 -0000 2.63
@@ -65,6 +65,8 @@
((featurep 'gtk)
(concat ", GTK+ Version " gtk-version-string))
((featurep 'x-toolkit) ", X toolkit")
+ ((featurep 'ns-windowing)
+ (format ", *Step %s" ns-version-string))
((boundp 'mac-carbon-version-string)
(concat ", Carbon Version " mac-carbon-version-string))
(t ""))
- [Emacs-diffs] Changes to emacs/lisp/version.el,v,
Adrian Robert <=