diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-11-13 19:46:08 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-11-13 19:46:08 +0200 |
commit | 578c905ac758de41145a2e080da1e1c1c5c6b1ee (patch) | |
tree | 7bfc44b55e3de0560a18c3a779b4d6e68b999a8d /lisp/mail/emacsbug.el | |
parent | 900276502fbb4dcabdabc5d7d24b4bc5645f2cf3 (diff) | |
download | emacs-578c905ac758de41145a2e080da1e1c1c5c6b1ee.tar.gz emacs-578c905ac758de41145a2e080da1e1c1c5c6b1ee.tar.bz2 emacs-578c905ac758de41145a2e080da1e1c1c5c6b1ee.zip |
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>.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index e55f950aac3..795516737d3 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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 () |