Skip to content

Commit 5981844

Browse files
committed
Removed: unnecessary font-lock-ensure call
1 parent 415dc6e commit 5981844

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

elixir-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,7 @@ Argument FILE-NAME ."
504504
(insert quoted)
505505
(goto-char (point-min))
506506
(elixir-mode)
507-
(elixir-quoted-minor-mode 1)
508-
(font-lock-ensure)))
507+
(elixir-quoted-minor-mode 1)))
509508

510509
;;;###autoload
511510
(defun elixir-mode-iex (&optional args-p)

0 commit comments

Comments
 (0)