projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f30b6c
)
Abolish function `eliminate-top-spaces' because it is not used in
author
morioka
<morioka>
Mon, 30 Nov 1998 15:26:19 +0000
(15:26 +0000)
committer
morioka
<morioka>
Mon, 30 Nov 1998 15:26:19 +0000
(15:26 +0000)
FLIM.
mime-def.el
patch
|
blob
|
history
diff --git
a/mime-def.el
b/mime-def.el
index
32529f9
..
b086c46
100644
(file)
--- a/
mime-def.el
+++ b/
mime-def.el
@@
-72,12
+72,6
@@
;;; @ required functions
;;;
-(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))
-
(defsubst regexp-* (regexp)
(concat regexp "*"))