diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-26 16:59:42 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-26 16:59:42 -0500 |
commit | 12a18d01b90839556fb37815874d043aedd24c9f (patch) | |
tree | e9638e959de26c55ce914074058f8bb82b1c66f5 /lisp/term | |
parent | 0959c777fd88ec64718c6497505f3fca80409188 (diff) | |
download | emacs-12a18d01b90839556fb37815874d043aedd24c9f.tar.gz |
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.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/ns-win.el | 2 |
1 files changed, 2 insertions, 0 deletions
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? |