[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/buttercup dc71f7834e 4/6: Use outline headings in buttercu
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/buttercup dc71f7834e 4/6: Use outline headings in buttercup-compat.el as well |
Date: |
Wed, 6 Dec 2023 18:59:30 -0500 (EST) |
branch: elpa/buttercup
commit dc71f7834ec566724c0cb31fdbd337d0a8ec5217
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Use outline headings in buttercup-compat.el as well
---
buttercup-compat.el | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/buttercup-compat.el b/buttercup-compat.el
index d380cf6199..56dbc7998a 100644
--- a/buttercup-compat.el
+++ b/buttercup-compat.el
@@ -29,8 +29,8 @@
;;; Code:
-;;;;;;;;;;;;;;;;;;;;;
-;; Introduced in 24.4
+;;;;;;;;;;;;;;;;;;;;;;
+;;; Introduced in 24.4
(when (not (fboundp 'define-error))
(defun define-error (name message &optional parent)
@@ -53,8 +53,8 @@ Defaults to `error'."
(delete-dups (copy-sequence (cons name conditions))))
(when message (put name 'error-message message)))))
-;;;;;;;;;;;;;;;;;;;;;
-;; Introduced in 25.1
+;;;;;;;;;;;;;;;;;;;;;;
+;;; Introduced in 25.1
(when (not (fboundp 'directory-files-recursively))
(defun directory-files-recursively (dir match &optional include-directories)
@@ -109,8 +109,8 @@ If INCLUDE-DIRECTORIES, also include directories that have
matching names."
(<= (car here) delay)))
(concat (format "%.2f" (/ delay (car (cddr here)))) (cadr
here)))))))
-;;;;;;;;;;;;;;;;;;;;;
-;; Introduced in 26.1
+;;;;;;;;;;;;;;;;;;;;;;
+;;; Introduced in 26.1
(unless (fboundp 'file-attribute-modification-time)
(defsubst file-attribute-modification-time (attributes)
@@ -119,8 +119,8 @@ This is the time of the last change to the file's contents,
and
is a Lisp timestamp in the style of `current-time'."
(nth 5 attributes)))
-;;;;;;;;;;;;;;;;;;;;;
-;; Introduced in 29.1
+;;;;;;;;;;;;;;;;;;;;;;
+;;; Introduced in 29.1
(unless (boundp 'backtrace-on-error-noninteractive)
(defvar backtrace-on-error-noninteractive nil
- [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, 2023/12/06
- [nongnu] elpa/buttercup dc71f7834e 4/6: Use outline headings in buttercup-compat.el as well,
ELPA Syncer <=