diff lisp/ChangeLog @ 4565:31344162cf9a

Add #'skip-chars-quote to subr.el 2008-08-09 Aidan Kehoe <kehoea@parhasard.net> * subr.el (skip-chars-quote): New. Given STRING, return a string that means that all characters in STRING will be skipped when passed to #'skip-chars-forward, #'skip-chars-backward.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 09 Aug 2008 13:06:24 +0200
parents 89406c31b125
children 26aae3bacf99
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 09 12:13:19 2008 +0200
+++ b/lisp/ChangeLog	Sat Aug 09 13:06:24 2008 +0200
@@ -1,5 +1,14 @@
 2008-08-09  Aidan Kehoe  <kehoea@parhasard.net>
 
+	* subr.el (skip-chars-quote): New.
+	Given STRING, return a string that means that all characters in
+	STRING will be skipped when passed to #'skip-chars-forward,
+	#'skip-chars-backward. 
+
+2008-08-09  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* subr.el (skip-chars-quote): New.
+
 	* mule/cyril-util.el: Remove. Use the version in packages instead.
 
 2008-08-08  Aidan Kehoe  <kehoea@parhasard.net>