From 581424f5f1be79ac23694ad4f532f8d1513217c2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 2 Apr 2013 02:49:34 +0100 Subject: [PATCH] el/dot-emacs.el (arm-assembler-mode): Untangle strange nesting. There's no way the call to `mdw-post-config-mode-hack' should have been inside the `setq'. --- el/dot-emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index e9ed90a..850db10 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1864,9 +1864,9 @@ strip numbers instead." ;; And anything else is punctuation. (list "\\(\\s.\\|\\s(\\|\\s)\\|\\s\\\\|\\s/\\)" - '(0 mdw-punct-face))) + '(0 mdw-punct-face)))) - (mdw-post-config-mode-hack)) + (mdw-post-config-mode-hack) (run-hooks 'arm-assembler-mode-hook)) ;;;-------------------------------------------------------------------------- -- 2.11.0