Skip to content

Commit c1c4d9f

Browse files
committed
Update my email
1 parent ac17cac commit c1c4d9f

9 files changed

+10
-10
lines changed

clojure-mode-extra-font-locking.el

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
;; Authors: Jeffrey Chu <[email protected]>
77
;; Lennart Staflin <[email protected]>
88
;; Phil Hagelberg <[email protected]>
9-
;; Bozhidar Batsov <bozhidar@batsov.com>
9+
;; Bozhidar Batsov <bozhidar@batsov.dev>
1010
;; Artur Malabarba <[email protected]>
1111
;; Magnar Sveen <[email protected]>
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

+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

test/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

test/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

test/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.

test/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

test/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

test/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)