From 0b53921d09ab9ae0fb58833734f74bfe34dc0cab Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 30 Nov 1998 15:26:19 +0000 Subject: [PATCH] Abolish function `eliminate-top-spaces' because it is not used in FLIM. --- mime-def.el | 6 ------ 1 file changed, 6 deletions(-) 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 "*")) -- 1.7.10.4