[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
- [nongnu] elpa/buttercup updated (3780eb0819 -> e4fb7cd560), ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup 20ce95b8b7 5/6: Drop support for Emacs 24.3, ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup e4fb7cd560 6/6: Bump version: 1.32 → 1.33, ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup c3ac44cf29 1/6: Use advice-add instead of obsolete defadvice, ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup b5a8b89c2e 2/6: Set lexical-binding in buttercup-compat, ELPA Syncer, 2023/12/06
- [nongnu] elpa/buttercup abfc973500 3/6: Ensure the eof comment actually is at eof,
ELPA Syncer <=
- [nongnu] elpa/buttercup dc71f7834e 4/6: Use outline headings in buttercup-compat.el as well, ELPA Syncer, 2023/12/06