From: morioka Date: Mon, 30 Nov 1998 15:26:19 +0000 (+0000) Subject: Abolish function `eliminate-top-spaces' because it is not used in X-Git-Tag: flim-1_12-199811302358~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0b53921d09ab9ae0fb58833734f74bfe34dc0cab;p=elisp%2Fflim.git Abolish function `eliminate-top-spaces' because it is not used in FLIM. --- diff --git a/mime-def.el b/mime-def.el index 32529f9..b086c46 100644 --- 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 "*"))