emacs-diffs
[Top][All Lists]
Advanced

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

master 3ed3a33: Fix copyright line


From: Lars Ingebrigtsen
Subject: master 3ed3a33: Fix copyright line
Date: Fri, 11 Dec 2020 17:18:16 -0500 (EST)

branch: master
commit 3ed3a33cb1ef92a290eeb934ba3dea33c3576ff5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix copyright line
---
 test/lisp/emacs-lisp/memory-report-tests.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/test/lisp/emacs-lisp/memory-report-tests.el 
b/test/lisp/emacs-lisp/memory-report-tests.el
index 01bcf18..b67ec6c 100644
--- a/test/lisp/emacs-lisp/memory-report-tests.el
+++ b/test/lisp/emacs-lisp/memory-report-tests.el
@@ -1,6 +1,6 @@
-;;; memory-report-tests.el --- tests for memory-report.el              -*- 
lexical-binding: t -*-
+;;; memory-report-tests.el --- tests for memory-report.el -*- lexical-binding: 
t -*-
 
-;; Copyright (C) 2016-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2020 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
@@ -21,6 +21,9 @@
 (require 'memory-report)
 
 (defun setup-memory-report-tests ()
+  ;; Set the sizes on things based on a 64-bit architecture.  (We're
+  ;; hard-coding this to be able to write simple tests that'll work on
+  ;; all architectures.)
   (memory-report--set-size
    '((conses 16 499173 99889)
      (symbols 48 22244 3)



reply via email to

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