From 30d4c8f298b5d9aa14839888ae7bb90c706fcb44 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 10 Jan 2003 18:17:02 +0000 Subject: [PATCH] revert previous spurious change --- lib/elisp-comp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/elisp-comp b/lib/elisp-comp index 6a8a6553..031f00df 100755 --- a/lib/elisp-comp +++ b/lib/elisp-comp @@ -43,8 +43,6 @@ fi tempdir=elc.$$ - - # Cleanup the temporary directory on exit. trap 'status=$?; rm -rf "$tempdir" && exit $status' 0 trap '(exit $?); exit' 1 2 13 15 -- 2.43.5