diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-11-21 08:37:31 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-11-21 08:37:31 +0000 |
commit | 99c715160b5a9907fab928095d445ccc580d81d3 (patch) | |
tree | 8ff8b9bab04d431fcafc693d5b0bbb1df2c9c8d6 /lisp/frame.el | |
parent | b62a39c41d4b2a0f04207449edfb647118ce0568 (diff) | |
download | emacs-99c715160b5a9907fab928095d445ccc580d81d3.tar.gz |
* frame.el (msdos-mouse-p):
* files.el (msdos-long-file-names, w32-long-file-name)
(msdos-long-file-names):
* term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
(mac-resume-apple-event, mac-font-panel-mode)
(mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
(mac-clear-font-name-table):
* term/pc-win.el (msdos-remember-default-colors)
(w16-set-clipboard-data, w16-get-clipboard-data):
* term/w32-win.el (w32-send-sys-command, w32-select-font)
(set-message-beep):
* net/browse-url.el (w32-shell-execute):
* dos-fns.el (int86, msdos-long-file-names):
* dos-w32.el (default-printer-name): Undo previous change.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 6e660b1b5e5..1c11829475b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1126,8 +1126,6 @@ bars (top, bottom, or nil)." "Return the terminal that is now selected." (frame-terminal (selected-frame))) -(declare-function msdos-mouse-p) ;; Defined in C only for on platform. - (defun display-mouse-p (&optional display) "Return non-nil if DISPLAY has a mouse available. DISPLAY can be a display name, a frame, or nil (meaning the selected |