From: Mark Wooding Date: Wed, 22 Nov 2017 18:53:59 +0000 (+0000) Subject: el/dot-emacs.el: Fix bogus indentation. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/3db66f7bde00ac99a42187eb6d1bc75ddd5bfd66 el/dot-emacs.el: Fix bogus indentation. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index cb1d425..75f3dae 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -730,7 +730,7 @@ (defun nntp-open-authinfo-kludge (buffer) proc)) (eval-after-load "erc" - '(load "~/.ercrc.el")) + '(load "~/.ercrc.el")) ;;;-------------------------------------------------------------------------- ;;; Utility functions.