changeset 95456:b7c970f39dae

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 01 Jun 2008 04:48:53 +0000
parents a11e3f3131cc
children 415f68458e61
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jun 01 04:47:49 2008 +0000
+++ b/lisp/ChangeLog	Sun Jun 01 04:48:53 2008 +0000
@@ -1,3 +1,8 @@
+2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
+
+	* descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
+	(describe-char): Use `looking-at-p', `string-match-p' when possible.
+
 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* tar-mode.el (tar-header-block-summarize): Ensure one space around
@@ -5,8 +10,8 @@
 
 2008-05-31  John Paul Wallington  <jpw@pobox.com>
 
-	* help-fns.el (describe-variable-custom-version-info): Handle
-	dotted `package-version' info.
+	* help-fns.el (describe-variable-custom-version-info):
+	Handle dotted `package-version' info.
 
 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>