From 7d1d051086036c8a495319125403823dab812a52 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 8 Jul 2019 22:44:38 -0700 Subject: Fix oni-diff-hl autoload --- oni-diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni-diff-hl.el') diff --git a/oni-diff-hl.el b/oni-diff-hl.el index 45914d2..91622de 100644 --- a/oni-diff-hl.el +++ b/oni-diff-hl.el @@ -40,7 +40,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified" ;;;###autoload (global-diff-hl-mode) -;;;###autoload(with-eval-after-load ’diff-hl (require ’oni-diff-hl)) +;;;###autoload(with-eval-after-load 'diff-hl (require 'oni-diff-hl)) (provide 'oni-diff-hl) ;;; oni-diff-hl.el ends here -- cgit v1.2.3-54-g00ecf