Avoid byte-compilation warning in emacsbug.el
* lisp/mail/emacsbug.el (w32--os-description): Declare it, to avoid byte-compilation warning. Reported by Live System User <nyc4bos@aol.com>.
This commit is contained in:
parent
900276502f
commit
578c905ac7
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
(declare-function x-server-vendor "xfns.c" (&optional terminal))
|
||||
(declare-function x-server-version "xfns.c" (&optional terminal))
|
||||
(declare-function message-sort-headers "message" ())
|
||||
(declare-function w32--os-description "w32-fns" ())
|
||||
(defvar message-strip-special-text-properties)
|
||||
|
||||
(defun report-emacs-bug-can-use-osx-open ()
|
||||
|
|
Loading…
Add table
Reference in a new issue