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.
This commit is contained in:
Glenn Morris 2018-02-26 16:59:42 -05:00
parent 0959c777fd
commit 12a18d01b9
2 changed files with 4 additions and 0 deletions

View 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)

View 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?