-
Notifications
You must be signed in to change notification settings - Fork 12
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
Showing
6 changed files
with
40 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;; el-patch-stub.el --- Functions loaded separately -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2021 Radon Rosborough | ||
;; Copyright (C) 2021-2022 Radian LLC and contributors | ||
|
||
;; Author: Radon Rosborough <[email protected]> | ||
;; Author: Radian LLC <[email protected]> | ||
;; Created: 21 Dec 2021 | ||
;; Homepage: https://github.com/raxod502/el-patch | ||
;; Homepage: https://github.com/radian-software/el-patch | ||
;; Keywords: extensions | ||
;; Package-Requires: ((emacs "26")) | ||
;; SPDX-License-Identifier: MIT | ||
|
@@ -18,7 +18,7 @@ | |
;; and indentation correctly for a number of different functions all | ||
;; at once, without a bunch of code duplication. | ||
|
||
;; Please see https://github.com/raxod502/el-patch for more | ||
;; Please see https://github.com/radian-software/el-patch for more | ||
;; information. | ||
|
||
;;; Code: | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Al Haji-Ali <[email protected]> | ||
;; Created: 1 March 2021 | ||
;; Homepage: https://github.com/raxod502/el-patch | ||
;; Homepage: https://github.com/radian-software/el-patch | ||
;; Keywords: extensions | ||
;; Package-Requires: ((emacs "26")) | ||
;; SPDX-License-Identifier: MIT | ||
|
@@ -35,7 +35,7 @@ | |
;; (save-buffers-kill-emacs) | ||
;; (restart-emacs--launch-other-emacs restart-args))) | ||
;; | ||
;; Please see https://github.com/raxod502/el-patch for more | ||
;; Please see https://github.com/radian-software/el-patch for more | ||
;; information. | ||
|
||
;;; Code: | ||
|
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 @@ | ||
;;; el-patch.el --- Future-proof your Elisp -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2016 Radon Rosborough | ||
;; Copyright (C) 2016-2022 Radian LLC and contributors | ||
|
||
;; Author: Radon Rosborough <[email protected]> | ||
;; Author: Radian LLC <[email protected]> | ||
;; Created: 31 Dec 2016 | ||
;; Homepage: https://github.com/raxod502/el-patch | ||
;; Homepage: https://github.com/radian-software/el-patch | ||
;; Keywords: extensions | ||
;; Package-Requires: ((emacs "26")) | ||
;; SPDX-License-Identifier: MIT | ||
|
@@ -36,7 +36,7 @@ | |
;; definition by el-patch so you will know when to update your copy of | ||
;; the definition. | ||
|
||
;; Please see https://github.com/raxod502/el-patch for more | ||
;; Please see https://github.com/radian-software/el-patch for more | ||
;; information. | ||
|
||
;;; Code: | ||
|
@@ -64,7 +64,7 @@ | |
"Future-proof your Emacs Lisp customizations!" | ||
:prefix "el-patch-" | ||
:group 'lisp | ||
:link '(url-link :tag "GitHub" "https://github.com/raxod502/el-patch") | ||
:link '(url-link :tag "GitHub" "https://github.com/radian-software/el-patch") | ||
:link '(emacs-commentary-link :tag "Commentary" "el-patch")) | ||
|
||
(defcustom el-patch-use-aggressive-defvar nil | ||
|