From: Stefan Monnier Date: Wed, 5 Jul 2017 02:27:51 +0000 (-0400) Subject: * lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ... X-Git-Tag: emacs-26.0.90~520^2~11^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbc9b153929eab3c97d317636a9d6c2db53afb96;p=emacs.git * lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ... ... before first use --- diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 85a4085e490..eb7bde0f767 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -367,6 +367,8 @@ to it is returned. This function does not modify the point or the mark." (t (error "Unknown buffer position requested: %s" position)))) (point)))) +(defvar lookup-syntax-properties) ;XEmacs. + (eval-and-compile ;; Constant to decide at compilation time whether to use category ;; properties. Currently (2010-03) they're available only on GNU Emacs. @@ -1832,8 +1834,6 @@ non-nil, a caret is prepended to invert the set." (cc-bytecomp-defvar open-paren-in-column-0-is-defun-start) -(defvar lookup-syntax-properties) ;XEmacs. - (defconst c-emacs-features (let (list)