comparison lisp/term/mac-win.el @ 86289:8a7ed478f7bc

* international/titdic-cnv.el (dos-8+3-filename): * obsolete/fast-lock.el (msdos-long-file-names): * 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): * w32-fns.el (set-message-beep, w32-get-clipboard-data) (w32-get-locale-info, w32-get-valid-locale-ids) (w32-set-clipboard-data): * dos-fns.el (int86, msdos-long-file-names): * dos-w32.el (default-printer-name): Declare as functions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 22 Nov 2007 01:05:55 +0000
parents a8503aaf3a82
children caa8713ae325
comparison
equal deleted inserted replaced
86288:145903731829 86289:8a7ed478f7bc
82 (defvar mac-system-script-code) 82 (defvar mac-system-script-code)
83 (defvar mac-apple-event-map) 83 (defvar mac-apple-event-map)
84 (defvar mac-font-panel-mode) 84 (defvar mac-font-panel-mode)
85 (defvar mac-ts-active-input-overlay) 85 (defvar mac-ts-active-input-overlay)
86 (defvar x-invocation-args) 86 (defvar x-invocation-args)
87 (declare-function mac-code-convert-string "mac.c")
88 (declare-function mac-coerce-ae-data "mac.c")
89 (declare-function mac-resume-apple-event "macselect.c")
90 (declare-function mac-font-panel-mode "macfns.c")
91 (declare-function mac-atsu-font-face-attributes "macfns.c")
92 (declare-function mac-ae-set-reply-parameter "macselect.c")
93 (declare-function mac-clear-font-name-table "macfns.c")
87 94
88 (defvar x-command-line-resources nil) 95 (defvar x-command-line-resources nil)
89 96
90 ;; Handler for switches of the form "-switch value" or "-switch". 97 ;; Handler for switches of the form "-switch value" or "-switch".
91 (defun x-handle-switch (switch) 98 (defun x-handle-switch (switch)