summaryrefslogtreecommitdiff
path: root/lisp/mail/emacsbug.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-11-13 19:46:08 +0200
committerEli Zaretskii <eliz@gnu.org>2018-11-13 19:46:08 +0200
commit578c905ac758de41145a2e080da1e1c1c5c6b1ee (patch)
tree7bfc44b55e3de0560a18c3a779b4d6e68b999a8d /lisp/mail/emacsbug.el
parent900276502fbb4dcabdabc5d7d24b4bc5645f2cf3 (diff)
downloademacs-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.el1
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 ()