From: Mark Wooding Date: Wed, 20 May 2020 13:35:16 +0000 (+0100) Subject: el/dot-emacs.el: And the last use of `mdw-define-c-style'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/e0de00095e3c87a4231143b340b18d79d0592400 el/dot-emacs.el: And the last use of `mdw-define-c-style'. :-( --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index ce78d10..d477859 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2876,7 +2876,7 @@ name, as a symbol." ;; Make Awk indentation nice. -(mdw-define-c-style mdw-awk +(mdw-define-c-style mdw-awk () (c-basic-offset . 2) (c-offsets-alist (substatement-open . 0) (c-backslash-column . 72)