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 c1c4d9f

Browse filesBrowse files
committed
Update my email
1 parent ac17cac commit c1c4d9f
Copy full SHA for c1c4d9f

9 files changed

+10
-10
lines changed

‎clojure-mode-extra-font-locking.el

Copy file name to clipboardExpand all lines: clojure-mode-extra-font-locking.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Copyright © 2014-2021 Bozhidar Batsov
44
;;
5-
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
5+
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
66
;; URL: http://github.com/clojure-emacs/clojure-mode
77
;; Version: 3.0.0
88
;; Keywords: languages, lisp

‎clojure-mode.el

Copy file name to clipboardExpand all lines: clojure-mode.el
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
;; Authors: Jeffrey Chu <jochu0@gmail.com>
77
;; Lennart Staflin <lenst@lysator.liu.se>
88
;; Phil Hagelberg <technomancy@gmail.com>
9-
;; Bozhidar Batsov <bozhidar@batsov.com>
9+
;; Bozhidar Batsov <bozhidar@batsov.dev>
1010
;; Artur Malabarba <bruce.connor.am@gmail.com>
1111
;; Magnar Sveen <magnars@gmail.com>
12-
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
12+
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
1313
;; URL: http://github.com/clojure-emacs/clojure-mode
1414
;; Keywords: languages clojure clojurescript lisp
1515
;; Version: 5.13.0

‎test/clojure-mode-external-interaction-test.el

Copy file name to clipboardExpand all lines: test/clojure-mode-external-interaction-test.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-external-interaction-test.el --- Clojure Mode interactions with external packages test suite -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.dev>
44

55
;; This file is not part of GNU Emacs.
66

‎test/clojure-mode-font-lock-test.el

Copy file name to clipboardExpand all lines: test/clojure-mode-font-lock-test.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; clojure-mode-font-lock-test.el --- Clojure Mode: Font lock test suite
22
;; -*- lexical-binding: t; -*-
33

4-
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
4+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.dev>
55

66
;; This file is not part of GNU Emacs.
77

‎test/clojure-mode-indentation-test.el

Copy file name to clipboardExpand all lines: test/clojure-mode-indentation-test.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-indentation-test.el --- Clojure Mode: indentation tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2015-2021 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2015-2021 Bozhidar Batsov <bozhidar@batsov.dev>
44

55
;; This file is not part of GNU Emacs.
66

‎test/clojure-mode-safe-eval-test.el

Copy file name to clipboardExpand all lines: test/clojure-mode-safe-eval-test.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-safe-eval-test.el --- Clojure Mode: safe eval test suite -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.dev>
44
;; Copyright (C) 2021 Rob Browning <rlb@defaultvalue.org>
55

66
;; This file is not part of GNU Emacs.

‎test/clojure-mode-syntax-test.el

Copy file name to clipboardExpand all lines: test/clojure-mode-syntax-test.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-syntax-test.el --- Clojure Mode: syntax related tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2015-2021 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2015-2021 Bozhidar Batsov <bozhidar@batsov.dev>
44

55
;; This file is not part of GNU Emacs.
66

‎test/clojure-mode-util-test.el

Copy file name to clipboardExpand all lines: test/clojure-mode-util-test.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-util-test.el --- Clojure Mode: util test suite -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.dev>
44

55
;; This file is not part of GNU Emacs.
66

‎test/utils/test-helper.el

Copy file name to clipboardExpand all lines: test/utils/test-helper.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; test-helper.el --- Clojure Mode: Non-interactive unit-test setup -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.dev>
44

55
;; This file is not part of GNU Emacs.
66

0 commit comments

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