From 5524a156d1feb2b6fce4443e6ff70adeac9a9e08 Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 25 Jun 2002 05:29:37 +0000 Subject: [PATCH] Fixed last change. --- utils/bbdb-wl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4