From 03114071cdcff9acf289c0cdd6f990670fef48f2 Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Tue, 7 Dec 2010 12:11:36 -0500 Subject: [PATCH] Removed stray variable setting. --- elinstall.el | 1 - 1 file changed, 1 deletion(-) diff --git a/elinstall.el b/elinstall.el index 4ef6b2d..1e0e8bf 100644 --- a/elinstall.el +++ b/elinstall.el @@ -261,7 +261,6 @@ which lists the file name and which functions are in it, etc." ((looking-at (regexp-quote generate-autoload-cookie)) (search-forward generate-autoload-cookie) (skip-chars-forward " \t") - (setq done-any t) (if (eolp) ;; Read the next form and make an autoload. (let* ((form (prog1 (read (current-buffer)) -- 2.11.4.GIT