From c2c2177f736ecf425989f1e2833c3bd5e988b589 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 30 Nov 2022 13:55:37 +0100 Subject: [PATCH] Remove unused auto-compile-handle-autoloads-error --- auto-compile.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/auto-compile.el b/auto-compile.el index 445256e..89cec66 100644 --- a/auto-compile.el +++ b/auto-compile.el @@ -633,10 +633,6 @@ pretend the byte code file exists.") (when auto-compile-mark-failed-modified (set-buffer-modified-p t)))))) -(defun auto-compile-handle-autoloads-error (dest) - (auto-compile-ding) - (packed-remove-autoloads dest nil)) - (defun auto-compile-ding () (when auto-compile-ding (ding)))