projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2797daa
)
(eliminate-top-spaces): Moved from semi-def.el.
author
morioka
<morioka>
Fri, 10 Apr 1998 00:37:11 +0000
(
00:37
+0000)
committer
morioka
<morioka>
Fri, 10 Apr 1998 00:37:11 +0000
(
00:37
+0000)
mime-def.el
patch
|
blob
|
history
diff --git
a/mime-def.el
b/mime-def.el
index
3dc6d92
..
dfbeece
100644
(file)
--- a/
mime-def.el
+++ b/
mime-def.el
@@
-50,6
+50,12
@@
x))))
)
+(defsubst eliminate-top-spaces (string)
+ "Eliminate top sequence of space or tab in STRING."
+ (if (string-match "^[ \t]+" string)
+ (substring string (match-end 0))
+ string))
+
;;; @ definitions about MIME
;;;