]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ...
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Jul 2017 02:27:51 +0000 (22:27 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Jul 2017 02:27:51 +0000 (22:27 -0400)
... before first use

lisp/progmodes/cc-defs.el

index 85a4085e490ff178a02bf25f2e9c08066c568a2a..eb7bde0f76793a7c10c0008a56397690bdc010b6 100644 (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)