changeset 54557:0d079d423ca1

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 25 Mar 2004 22:45:20 +0000
parents 96f4b4c88092
children badc3c48b6dd
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 25 22:43:31 2004 +0000
+++ b/lisp/ChangeLog	Thu Mar 25 22:45:20 2004 +0000
@@ -1,15 +1,20 @@
 2004-03-26  Masatake YAMATO  <jet@gyve.org>
 
 	* simple.el (completion-setup-function): Emphasize the
-	first uncommon characters in the completions;and de-emphasize
+	first uncommon characters in the completions; and de-emphasize
 	the common prefix substrings.
 	(completion-emphasis): New face.
 	(completion-de-emphasis): New face.
 
+2004-03-25  Juanma Barranquero  <lektu@terra.es>
+
+	* progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
+	Comment out (it's unused and unfinished code).
+
 2004-03-25  Sam Steingold  <sds@gnu.org>
 
 	* vc.el (vc-print-log): Fixed a bug in the last patch:
-	backend-function may be a byte-compiled object, not a lambda
+	backend-function may be a byte-compiled object, not a lambda.
 
 2004-03-25  Juri Linkov  <juri@jurta.org>