From 3db66f7bde00ac99a42187eb6d1bc75ddd5bfd66 Mon Sep 17 00:00:00 2001 Message-Id: <3db66f7bde00ac99a42187eb6d1bc75ddd5bfd66.1717826611.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 22 Nov 2017 18:53:59 +0000 Subject: [PATCH] el/dot-emacs.el: Fix bogus indentation. Organization: Straylight/Edgeware From: Mark Wooding --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- [mdw]