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:
parent
0959c777fd
commit
12a18d01b9
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue