emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/version.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/version.el,v
Date: Wed, 23 Jul 2008 06:01:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/23 06:01:21

Index: version.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/version.el,v
retrieving revision 2.63
retrieving revision 2.64
diff -u -b -r2.63 -r2.64
--- version.el  15 Jul 2008 18:15:02 -0000      2.63
+++ version.el  23 Jul 2008 06:01:20 -0000      2.64
@@ -65,7 +65,7 @@
                       ((featurep 'gtk)
                        (concat ", GTK+ Version " gtk-version-string))
                       ((featurep 'x-toolkit) ", X toolkit")
-                      ((featurep 'ns-windowing)
+                      ((featurep 'ns)
                        (format ", *Step %s" ns-version-string))
                       ((boundp 'mac-carbon-version-string)
                        (concat ", Carbon Version " mac-carbon-version-string))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]