aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-11-13 19:46:08 +0200
committerEli Zaretskii2018-11-13 19:46:08 +0200
commit578c905ac758de41145a2e080da1e1c1c5c6b1ee (patch)
tree7bfc44b55e3de0560a18c3a779b4d6e68b999a8d
parent900276502fbb4dcabdabc5d7d24b4bc5645f2cf3 (diff)
downloademacs-578c905ac758de41145a2e080da1e1c1c5c6b1ee.tar.gz
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>.
-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 @@
69(declare-function x-server-vendor "xfns.c" (&optional terminal)) 69(declare-function x-server-vendor "xfns.c" (&optional terminal))
70(declare-function x-server-version "xfns.c" (&optional terminal)) 70(declare-function x-server-version "xfns.c" (&optional terminal))
71(declare-function message-sort-headers "message" ()) 71(declare-function message-sort-headers "message" ())
72(declare-function w32--os-description "w32-fns" ())
72(defvar message-strip-special-text-properties) 73(defvar message-strip-special-text-properties)
73 74
74(defun report-emacs-bug-can-use-osx-open () 75(defun report-emacs-bug-can-use-osx-open ()