* lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ...
... before first use
This commit is contained in:
parent
71e14f3b61
commit
dbc9b15392
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue