]> git.eshelyaron.com Git - emacs.git/commitdiff
Quieten without-x lisp compilation
authorGlenn Morris <rgm@gnu.org>
Mon, 26 Feb 2018 21:59:42 +0000 (16:59 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 26 Feb 2018 21:59:42 +0000 (16:59 -0500)
* 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.

lisp/international/fontset.el
lisp/term/ns-win.el

index 6f91207451705aa259dc5c9d2184800fad6029e8..4a7b7547919ca1afd1c3a69192e498c73f0873af 100644 (file)
@@ -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)
index b0d1731857144570eaba25bff55a03ae07c07418..1c7dd8a63feb7eacf4dc25eeffc0db3848583460 100644 (file)
@@ -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?