Skip to content

Commit

Permalink
remove #' before lambda (issue found by melpazoid)
Browse files Browse the repository at this point in the history
  • Loading branch information
c committed Sep 24, 2024
1 parent 289cd3d commit 541686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniline.el
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ And backup previous settings."
(setq cursor-type 'hollow)
(add-hook
'post-self-insert-hook
#'(lambda () (forward-char -1))
(lambda () (forward-char -1))
nil 'local))

(defun uniline--mode-post ()
Expand Down

0 comments on commit 541686d

Please sign in to comment.