1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

* lisp/w32-fns.el (set-message-beep, w32-get-locale-info)

(w32-get-valid-locale-ids): Improve declarations.
This commit is contained in:
Glenn Morris 2016-05-26 14:57:29 -04:00
parent a4d882cd09
commit c3489d0504

View File

@ -31,9 +31,9 @@
;;;; Function keys
(declare-function set-message-beep "w32fns.c")
(declare-function w32-get-locale-info "w32proc.c")
(declare-function w32-get-valid-locale-ids "w32proc.c")
(declare-function set-message-beep "w32fns.c" (sound))
(declare-function w32-get-locale-info "w32proc.c" (lcid &optional longform))
(declare-function w32-get-valid-locale-ids "w32proc.c" ())
;; Map all versions of a filename (8.3, longname, mixed case) to the
;; same buffer.