2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
+ * term/ns-win.el:
+ * version.el (emacs-version):
+ * loadup.el:
+ * frame.el (make-frame-on-display): Check for ns instead of
+ ns-windowing.
+
* dired.el (dired-mode-map): Show the key binding for wdired.
* menu-bar.el (menu-bar-file-menu): Show the key binding for
"Make a frame on X display DISPLAY.
The optional second argument PARAMETERS specifies additional frame parameters."
(interactive "sMake frame on display: ")
- (if (featurep 'ns-windowing)
+ (if (featurep 'ns)
(progn
(when (and (boundp 'ns-initialized) (not ns-initialized))
(setq x-display-name display)
(if (featurep 'mac-carbon)
(progn
(load "term/mac-win")))
-(if (featurep 'ns-windowing)
+(if (featurep 'ns)
(progn
(load "emacs-lisp/easymenu") ;; for platform-related menu adjustments
(load "term/ns-win")))
;;; Code:
-(if (not (featurep 'ns-windowing))
+(if (not (featurep 'ns))
(error "%s: Loading ns-win.el but not compiled for GNUStep/MacOS"
(invocation-name)))
((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))