# HG changeset patch # User Kevin Ryde # Date 1258412349 0 # Node ID f5ddc2cbc74bcf36b337aec15ab00457813a6400 # Parent 4b7353091b4a059b0aa5fdc2ffca28f4081c4edb * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords. (lm-keywords-list): Allow comma-only separator like "foo,bar". Ignore trailing spaces by omit-nulls to split-string (fixing regression from Emacs 21 due to the incompatible split-string change). (Bug #4928.) diff -r 4b7353091b4a -r f5ddc2cbc74b lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 16 22:58:21 2009 +0000 +++ b/lisp/ChangeLog Mon Nov 16 22:59:09 2009 +0000 @@ -4,6 +4,12 @@ `sgml-lexical-context' instead of own parse for tag. (Further to Bug#4511). + * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords. + (lm-keywords-list): Allow comma-only separator like "foo,bar". + Ignore trailing spaces by omit-nulls to split-string (fixing + regression from Emacs 21 due to the incompatible split-string + change). (Bug #4928.) + 2009-11-16 Dan Nicolaescu * vc.el (vc-log-show-limit): Default to 2000.