dot-emacs: Flush stray close-paren.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 4 Apr 2008 20:07:24 +0000 (21:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Apr 2008 20:07:24 +0000 (21:07 +0100)
Oops.  Stops the whole thing from compiling.

dot-emacs.el

index 90df96a..abf6dcc 100644 (file)
@@ -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