Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
skip-deprecated-syntactic-keywords-call | Fix call to deprecated font-lock-syntactic-keywords From Emacs24's NEWS: . *** New variable `syntax-propertize-function'. This replaces `font-lock-syntactic-keywords' which is now obsolete. This allows syntax-table properties to be set independently from font-lock: just call syntax-propertize to make sure the text is propertized. Together with this new variable come a new hook syntax-propertize-extend-region-functions, as well as two helper functions: syntax-propertize-via-font-lock to reuse old font-lock-syntactic-keywords as-is; and syntax-propertize-rules which provides a new way to specify syntactic rules. =================================================================== |
Gunnar Wolf <gwolf@debian.org> | no | 2013-05-27 | ||
fix-references-to-free-variables | Fix elisp warnings upon installation Some variables should be defined prior to their use. =================================================================== |
Gunnar Wolf <gwolf@debian.org> | no | 2013-05-27 |