Skip to content

Commit 1c60d5f

Browse files
committed
Update the copyright years
1 parent f727942 commit 1c60d5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clojure-mode-extra-font-locking.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-extra-font-locking.el --- Extra font-locking for Clojure mode
22

3-
;; Copyright © 2014 Bozhidar Batsov
3+
;; Copyright © 2014-2015 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
66
;; URL: http://github.com/clojure-emacs/clojure-mode
@@ -63,7 +63,7 @@
6363
"dissoc" "dissoc!" "distinct" "distinct?"
6464
"doc"
6565
"double" "double-array" "doubles" "drop"
66-
"drop-last" "drop-while" "empty" "empty?" "ensure"
66+
"drop-last" "drop-while" "empty" "empty?" "ensure"
6767
"enumeration-seq" "error-handler" "error-mode" "eval" "even?" "every?"
6868
"every-pred" "extend" "extend-protocol" "extend-type" "extends?"
6969
"extenders" "ex-info" "ex-data"
@@ -128,7 +128,7 @@
128128
"to-array" "to-array-2d" "trampoline" "transient" "tree-seq"
129129
"true?" "type" "unchecked-add" "unchecked-add-int" "unchecked-byte"
130130
"unchecked-char" "unchecked-dec" "unchecked-dec-int" "unchecked-divide"
131-
"unchecked-divide-int" "unchecked-double" "unchecked-float"
131+
"unchecked-divide-int" "unchecked-double" "unchecked-float"
132132
"unchecked-inc" "unchecked-inc-int" "unchecked-long" "unchecked-multiply"
133133
"unchecked-multiply-int" "unchecked-negate" "unchecked-negate-int"
134134
"unchecked-remainder" "unchecked-remainder-int" "unchecked-short"

0 commit comments

Comments
 (0)