Abolish function `eliminate-top-spaces' because it is not used in
authormorioka <morioka>
Mon, 30 Nov 1998 15:26:19 +0000 (15:26 +0000)
committermorioka <morioka>
Mon, 30 Nov 1998 15:26:19 +0000 (15:26 +0000)
FLIM.

mime-def.el

index 32529f9..b086c46 100644 (file)
 ;;; @ 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 "*"))