projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e46ded
)
Fixed last change.
author
teranisi
<teranisi>
Tue, 25 Jun 2002 05:29:37 +0000
(
05:29
+0000)
committer
teranisi
<teranisi>
Tue, 25 Jun 2002 05:29:37 +0000
(
05:29
+0000)
utils/bbdb-wl.el
patch
|
blob
|
history
diff --git
a/utils/bbdb-wl.el
b/utils/bbdb-wl.el
index
fa15d70
..
6896ed6
100644
(file)
--- 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)