From: Glenn Morris Date: Mon, 26 Feb 2018 21:59:42 +0000 (-0500) Subject: Quieten without-x lisp compilation X-Git-Tag: emacs-27.0.90~5622 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12a18d01b90839556fb37815874d043aedd24c9f;p=emacs.git Quieten without-x lisp compilation * lisp/international/fontset.el (fontset-alias-alist): * lisp/term/ns-win.el (mouse-wheel-scroll-amount) (mouse-wheel-progressive-speed): Declare for without-x builds. --- diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 6f912074517..4a7b7547919 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -1144,6 +1144,8 @@ given from DEFAULT-SPEC." (setcar (cdr elt) spec))) fontlist)) +(defvar fontset-alias-alist) + (defun fontset-name-p (fontset) "Return non-nil if FONTSET is valid as fontset name. A valid fontset name should conform to XLFD (X Logical Font Description) diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index b0d17318571..1c7dd8a63fe 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -739,6 +739,8 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") ;;;; macOS 10.7+. (defvar ns-version-string) +(defvar mouse-wheel-scroll-amount) +(defvar mouse-wheel-progressive-speed) ;; FIXME: This doesn't look right. Is there a better way to do this ;; that keeps customize happy?