Package: haml-elisp / 1:3.1.9-1

Metadata

Package Version Patches format
haml-elisp 1:3.1.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip deprecated syntactic keywords call | (download)

haml-mode.el | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 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.

fix references to free variables | (download)

haml-mode.el | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 fix elisp warnings upon installation
 Some variables should be defined prior to their use.