(eliminate-top-spaces): Moved from semi-def.el.
authormorioka <morioka>
Fri, 10 Apr 1998 00:37:11 +0000 (00:37 +0000)
committermorioka <morioka>
Fri, 10 Apr 1998 00:37:11 +0000 (00:37 +0000)
mime-def.el

index 3dc6d92..dfbeece 100644 (file)
             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
 ;;;