From c68405561a6119aebded0e6ddce6400dff6c4b9c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 27 Jan 2022 23:29:35 +0000 Subject: [PATCH] el/dot-emacs.el: Tweak formatting trivially. --- el/dot-emacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 @@ This may be at the expense of cool features.") ;;; 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) -- 2.11.0