chiark / gitweb /
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 6a6112d82ae8b8f422b36c46f94f60e988803497..b6e49458fb2732fc60f1e305a16fea564f72bd7f 100644 (file)
@@ -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)