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