Skip to content

Commit f926862

Browse files
committed
Merge pull request #37 from syohex/remove-ignore-statement
Remove needless statement
2 parents 3bff16b + 363019c commit f926862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elixir-mode.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ Argument END End of the region."
558558
(set (make-local-variable 'comment-end) "")
559559
(set (make-local-variable 'comment-use-syntax) t)
560560
(set (make-local-variable 'tab-width) elixir-basic-offset)
561-
(set (make-local-variable 'default-tab-width) elixir-basic-offset)
562561
(set (make-local-variable 'imenu-generic-expression) elixir-imenu-generic-expression)
563562
(if (boundp 'syntax-propertize-function)
564563
(set (make-local-variable 'syntax-propertize-function) 'elixir-syntax-propertize))

0 commit comments

Comments
 (0)