diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-10-22 12:51:29 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-10-22 12:51:29 +0000 |
commit | cb83c00bd13b63c0d0752698e4ad441968bc04ac (patch) | |
tree | 5d084c901b9b4d0962875f80be6d6351b92de1bb /lisp/version.el | |
parent | 20a360544d7e9f11e2fb2eed73e7f5e6a0d152bb (diff) | |
download | emacs-cb83c00bd13b63c0d0752698e4ad441968bc04ac.tar.gz |
* lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string.
Diffstat (limited to 'lisp/version.el')
-rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index c6d2b6ff462..e77efaf60a8 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -66,7 +66,7 @@ to the system configuration; look at `system-configuration' instead." (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))) |