diff options
author | Yuuki Harano <masm+github@masm11.me> | 2021-01-03 16:33:29 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2021-01-03 16:33:29 +0900 |
commit | 44f7f57c6833149799539c5e0abcadf4d7d61d43 (patch) | |
tree | b9bbe6e261c80333dfacb62f7288cc9b37bbf588 /lisp/emacs-lisp/benchmark.el | |
parent | 0af4e7587e1b5ac9066e17b875952cb5a16e63c0 (diff) | |
parent | 825b4ec338e82869dc656c7041ab2483b6c22479 (diff) | |
download | emacs-44f7f57c6833149799539c5e0abcadf4d7d61d43.tar.gz emacs-44f7f57c6833149799539c5e0abcadf4d7d61d43.tar.bz2 emacs-44f7f57c6833149799539c5e0abcadf4d7d61d43.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/benchmark.el')
-rw-r--r-- | lisp/emacs-lisp/benchmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/benchmark.el b/lisp/emacs-lisp/benchmark.el index 8cf1f54411a..14bc2817390 100644 --- a/lisp/emacs-lisp/benchmark.el +++ b/lisp/emacs-lisp/benchmark.el @@ -1,6 +1,6 @@ ;;; benchmark.el --- support for benchmarking code -*- lexical-binding: t -*- -;; Copyright (C) 2003-2020 Free Software Foundation, Inc. +;; Copyright (C) 2003-2021 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: lisp, extensions |