Skip to content

Commit a815ab9

Browse files
committed
Update my email
1 parent 347dd1f commit a815ab9

7 files changed

+7
-7
lines changed

clojure-mode-external-interaction-test.el

+1-1
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

clojure-mode-font-lock-test.el

+1-1
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

clojure-mode-indentation-test.el

+1-1
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

clojure-mode-safe-eval-test.el

+1-1
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 <[email protected]>
55

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

clojure-mode-syntax-test.el

+1-1
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

clojure-mode-util-test.el

+1-1
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

utils/test-helper.el

+1-1
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)