Changeset 4169 for trunk/lisp/progmodes/make-mode.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/progmodes/make-mode.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/progmodes/make-mode.el
r4111 r4169 837 837 ((?$ . ".")) 838 838 backward-paragraph 839 (font-lock-syntactic-keywords . makefile-font-lock-syntactic-keywords)840 (font-lock-support-mode))) ; JIT breaks on long series of continuation lines.839 (font-lock-syntactic-keywords 840 . makefile-font-lock-syntactic-keywords))) 841 841 842 842 ;; Add-log.
