From a55b3fee40a17a0e34eb89c7722ee986b28d8e96 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 26 Feb 2018 15:40:02 -0500 Subject: [PATCH] * lisp/term/ns-win.el (ns-version-string): Declare for non-ns builds. --- lisp/term/ns-win.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 7d89ec33a46..b0d17318571 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -738,6 +738,8 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") ;;;; macOS-like defaults for trackpad and mouse wheel scrolling on ;;;; macOS 10.7+. +(defvar ns-version-string) + ;; FIXME: This doesn't look right. Is there a better way to do this ;; that keeps customize happy? (when (featurep 'cocoa) -- 2.39.5