projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e14f3
)
* lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ...
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Jul 2017 02:27:51 +0000
(22:27 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Jul 2017 02:27:51 +0000
(22:27 -0400)
... before first use
lisp/progmodes/cc-defs.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-defs.el
b/lisp/progmodes/cc-defs.el
index 85a4085e490ff178a02bf25f2e9c08066c568a2a..eb7bde0f76793a7c10c0008a56397690bdc010b6 100644
(file)
--- 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)