diff lisp/ChangeLog @ 4501:c4fd85dd95bd

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 Wed, 20 Aug 2008 17:39:56 +0200
parents 89406c31b125
children 8748a3f7ceb4
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Aug 20 17:36:27 2008 +0200
+++ b/lisp/ChangeLog	Wed Aug 20 17:39:56 2008 +0200
@@ -1,3 +1,10 @@
+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>
 
 	* mule/cyril-util.el: Remove. Use the version in packages instead.