changeset 106067:f5ddc2cbc74b

* 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.)
author Kevin Ryde <user42@zip.com.au>
date Mon, 16 Nov 2009 22:59:09 +0000
parents 4b7353091b4a
children c3e7e20da11d
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <dann@ics.uci.edu>
 
 	* vc.el	(vc-log-show-limit): Default to 2000.