From 4d9f2d650cc020c17b68ace0381c81a5ea6e04d2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 4 Apr 2008 21:07:24 +0100 Subject: [PATCH] dot-emacs: Flush stray close-paren. Oops. Stops the whole thing from compiling. --- dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-emacs.el b/dot-emacs.el index 90df96a..abf6dcc 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -303,7 +303,7 @@ get itself into a twist." (defadvice find-file (after mdw-autorevert activate) (mdw-check-autorevert)) (defadvice write-file (after mdw-autorevert activate) - (mdw-check-autorevert))) + (mdw-check-autorevert)) (defun mdwmail-mode () "Major mode for editing news and mail messages from external programs -- 2.11.0