* lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ...

... before first use
This commit is contained in:
Stefan Monnier 2017-07-04 22:27:51 -04:00
parent 71e14f3b61
commit dbc9b15392

View file

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