From: Mark Wooding Date: Thu, 27 Jan 2022 23:29:35 +0000 (+0000) Subject: el/dot-emacs.el: Tweak formatting trivially. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/c68405561a6119aebded0e6ddce6400dff6c4b9c?ds=sidebyside el/dot-emacs.el: Tweak formatting trivially. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 6a6112d..b6e4945 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -55,8 +55,7 @@ (setq mdw-splashy-startup ;;; Some general utilities. (eval-when-compile - (unless (fboundp 'make-regexp) - (load "make-regexp")) + (unless (fboundp 'make-regexp) (load "make-regexp")) (require 'cl)) (defmacro mdw-regexps (&rest list)