Commit 8a2eda2
committed
Remove dead .cljd entry from clojure-mode auto-mode-alist
The .cljd extension was matched by both the clojure-mode regex and
a separate clojuredart-mode entry. Since add-to-list prepends,
clojuredart-mode always won, making the clojure-mode match dead code.1 parent f44ea50 commit 8a2eda2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3465 | 3465 | | |
3466 | 3466 | | |
3467 | 3467 | | |
3468 | | - | |
| 3468 | + | |
3469 | 3469 | | |
3470 | 3470 | | |
3471 | 3471 | | |
| |||
0 commit comments