From: teranisi Date: Tue, 25 Jun 2002 05:29:37 +0000 (+0000) Subject: Fixed last change. X-Git-Tag: elmo-mark-root~69 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5524a156d1feb2b6fce4443e6ff70adeac9a9e08;p=elisp%2Fwanderlust.git Fixed last change. --- diff --git a/utils/bbdb-wl.el b/utils/bbdb-wl.el index fa15d70..6896ed6 100644 --- a/utils/bbdb-wl.el +++ b/utils/bbdb-wl.el @@ -40,7 +40,7 @@ (defun bbdb-wl-canonicalize-spaces-and-dots (string) (while (and string (string-match " +\\|[\f\t\n\r\v]+\\|\\." string)) (setq string (replace-match " " nil t string))) - (and string (string-match "^ *" string) + (and string (string-match "^ " string) (setq string (replace-match "" nil t string))) string)