-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bedc8e5
commit c43cc9c
Showing
9 changed files
with
84 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
;;; esup-child.el --- lisp file for child Emacs to run. -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2014-2017 Joe Schafer | ||
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafer | ||
|
||
;; Author: Joe Schafer <[email protected]> | ||
;; Maintainer: Serghei Iakovlev <[email protected]> | ||
;; Created: 19 May 2013 | ||
;; Version: 0.7.1 | ||
;; URL: http://github.com/jschaf/esup | ||
;; Keywords: convenience, processes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
;;; esup.el --- the Emacs StartUp Profiler (ESUP) -*- lexical-binding: t -*- | ||
;;; esup.el --- The Emacs StartUp Profiler (ESUP) -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2014-2017 Joe Schafer | ||
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafero | ||
|
||
;; Author: Joe Schafer <[email protected]> | ||
;; Maintainer: Serghei Iakovlev <[email protected]> | ||
;; Created: 19 May 2013 | ||
;; Version: 0.7.1 | ||
;; URL: http://github.com/jschaf/esup | ||
;; Keywords: convenience, processes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;; test-esup.el --- ESUP: Tests for esup.el and esup-child.el -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2014-2017 Joe Schafer | ||
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafer | ||
|
||
;; Author: Joe Schafer <[email protected]> | ||
;; Maintainer: Serghei Iakovlev <[email protected]> | ||
;; Version: 0.7. | ||
;; Version: 0.7.1 | ||
;; URL: http://github.com/jschaf/esup | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;; test-utils.el --- ESUP: Tests for utils.el -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2014-2017 Joe Schafer | ||
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafer | ||
|
||
;; Author: Joe Schafer <[email protected]> | ||
;; Maintainer: Serghei Iakovlev <[email protected]> | ||
;; Version: 0.7. | ||
;; Version: 0.7.1 | ||
;; URL: http://github.com/jschaf/esup | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; utils.el --- Esup: Non-interactive unit-test setup -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2017, 2018, 2019, 2020 Serghei Iakovlev | ||
;; Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 Joe Schafer | ||
|
||
;; Author: Joe Schafer <[email protected]> | ||
;; Maintainer: Serghei Iakovlev <[email protected]> | ||
|