Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac17cac

Browse filesBrowse files
committed
Add @magnars to the list of authors
After all, he's the person behind all the refactoring code that used to leave in clj-refactor.el originally.
1 parent feb03a6 commit ac17cac
Copy full SHA for ac17cac

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ An extensive changelog is available [here](CHANGELOG.md).
535535
## License
536536

537537
Copyright © 2007-2021 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
538-
Batsov, Artur Malabarba and [contributors][].
538+
Batsov, Artur Malabarba, Magnar Sveen and [contributors][].
539539

540540
Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it.
541541

‎clojure-mode.el

Copy file name to clipboardExpand all lines: clojure-mode.el
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
;;; clojure-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*-
22

33
;; Copyright © 2007-2013 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba
4+
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba, Magnar Sveen
55
;;
66
;; Authors: Jeffrey Chu <jochu0@gmail.com>
77
;; Lennart Staflin <lenst@lysator.liu.se>
88
;; Phil Hagelberg <technomancy@gmail.com>
99
;; Bozhidar Batsov <bozhidar@batsov.com>
1010
;; Artur Malabarba <bruce.connor.am@gmail.com>
11+
;; Magnar Sveen <magnars@gmail.com>
1112
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
1213
;; URL: http://github.com/clojure-emacs/clojure-mode
1314
;; Keywords: languages clojure clojurescript lisp

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.