From: Eli Zaretskii Date: Tue, 13 Nov 2018 17:46:08 +0000 (+0200) Subject: Avoid byte-compilation warning in emacsbug.el X-Git-Tag: emacs-27.0.90~4171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=578c905ac758de41145a2e080da1e1c1c5c6b1ee;p=emacs.git 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 . --- 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 ()