emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/buttercup abfc973500 3/6: Ensure the eof comment actually


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup abfc973500 3/6: Ensure the eof comment actually is at eof
Date: Wed, 6 Dec 2023 18:59:30 -0500 (EST)

branch: elpa/buttercup
commit abfc973500edb860705a006f80e6c74f74d367d0
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Ensure the eof comment actually is at eof
---
 buttercup-compat.el | 3 +--
 buttercup.el        | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/buttercup-compat.el b/buttercup-compat.el
index 1909efb720..d380cf6199 100644
--- a/buttercup-compat.el
+++ b/buttercup-compat.el
@@ -127,10 +127,9 @@ is a Lisp timestamp in the style of `current-time'."
        "Control early backtrace starting in Emacs 29."))
 
 (provide 'buttercup-compat)
-;;; buttercup-compat.el ends here
-
 ;; Local Variables:
 ;; indent-tabs-mode: nil
 ;; tab-width: 8
 ;; sentence-end-double-space: nil
 ;; End:
+;;; buttercup-compat.el ends here
diff --git a/buttercup.el b/buttercup.el
index 3816d7dd4f..f5592a0dae 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -2193,10 +2193,9 @@ ARG is ‘toggle’; disable otherwise."
         (t (remove-hook 'after-load-functions 
#'buttercup-check-for-stale-elc))))
 
 (provide 'buttercup)
-;;; buttercup.el ends here
-
 ;; Local Variables:
 ;; indent-tabs-mode: nil
 ;; sentence-end-double-space: nil
 ;; tab-width: 8
 ;; End:
+;;; buttercup.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]