From: Mark Wooding Date: Fri, 4 Apr 2008 20:07:24 +0000 (+0100) Subject: dot-emacs: Flush stray close-paren. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/4d9f2d650cc020c17b68ace0381c81a5ea6e04d2 dot-emacs: Flush stray close-paren. Oops. Stops the whole thing from compiling. --- 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