el/dot-emacs.el: Tweak formatting trivially.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:29:35 +0000 (23:29 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:29:35 +0000 (23:29 +0000)
el/dot-emacs.el

index 6a6112d..b6e4945 100644 (file)
@@ -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)