[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: |
Wed, 22 Oct 2008 12:51:36 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/10/22 12:51:34
Index: lisp/version.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/version.el,v
retrieving revision 2.66
retrieving revision 2.67
diff -u -b -r2.66 -r2.67
--- lisp/version.el 31 Jul 2008 05:33:45 -0000 2.66
+++ lisp/version.el 22 Oct 2008 12:51:34 -0000 2.67
@@ -66,7 +66,7 @@
(concat ", GTK+ Version " gtk-version-string))
((featurep 'x-toolkit) ", X toolkit")
((featurep 'ns)
- (format ", *Step %s" ns-version-string))
+ (format ", NS %s" ns-version-string))
(t ""))
(if (and (boundp 'x-toolkit-scroll-bars)
(memq x-toolkit-scroll-bars '(xaw xaw3d)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/version.el,v,
Adrian Robert <=