Skip to content

Commit 363019c

Browse files
committed
Remove needless statement
Changing 'default-tab-width' makes no sense. Only changing 'tab-width' is enough to changing tab size of buffer. And 'default-tab-width' causes a byte-compile warning because it is obsolete variable.
1 parent 3bff16b commit 363019c

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)