From 48711a27afda43cf3b3b1401f774cfb136a87b62 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 4 Oct 1999 10:09:48 +0000 Subject: [PATCH] (ignore_dirs): Add `utf-2000'. --- lib-src/update-elc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib-src/update-elc.sh b/lib-src/update-elc.sh index 5d3f461..1333114 100644 --- a/lib-src/update-elc.sh +++ b/lib-src/update-elc.sh @@ -111,6 +111,8 @@ else echo Yes fi +ignore_dirs="$ignore_dirs utf-2000" + # first recompile the byte-compiler, so that the other compiles take place # with the latest version (assuming we're compiling the lisp dir of the emacs # we're running, which might not be the case, but often is.) -- 1.7.10.4