summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-11-21 10:51:52 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-11-21 10:51:52 +0000
commitb541ccb455955e7affe318779e403d3e677dd4be (patch)
tree18647cab97c2bc84d4a8a1c485d8eaf28119e057 /lisp/w32-fns.el
parent2ae3bb8564e12902c7bdefe692de5292ea6a423d (diff)
Undo 2007-11-21 change by Dan Nicolaescu.
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r--lisp/w32-fns.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el
index 174a31d338c..24203810f95 100644
--- a/lisp/w32-fns.el
+++ b/lisp/w32-fns.el
@@ -74,12 +74,6 @@
(set-keymap-parent local-function-key-map map)))
(set-terminal-parameter frame 'x-setup-function-keys t)))
-(declare-function set-message-beep) ;; Defined in C.
-(declare-function w32-get-clipboard-data) ;; Defined in C.
-(declare-function w32-get-locale-info) ;; Defined in C.
-(declare-function w32-get-valid-locale-ids) ;; Defined in C.
-(declare-function w32-set-clipboard-data) ;; Defined in C.
-
;; Ignore case on file-name completion
(setq completion-ignore-case t)