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

[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



reply via email to

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