# HG changeset patch # User Simon Marshall # Date 836573741 0 # Node ID 1891a5cddce62d1586b31ecc6e77ef441c000b1f # Parent 8b2f2d10c40ad1624fe5340548184ff72a0432f4 Removed debug code. diff -r 8b2f2d10c40a -r 1891a5cddce6 lisp/mail/mail-utils.el --- a/lisp/mail/mail-utils.el Thu Jul 04 18:55:49 1996 +0000 +++ b/lisp/mail/mail-utils.el Fri Jul 05 13:35:41 1996 +0000 @@ -78,7 +78,6 @@ (if (string-match "[ \t]*(\\([^)\\]\\|\\\\.\\|\\\\\n\\)*(" address) ;; Strip nested comments. (save-excursion - (debug) (set-buffer (get-buffer-create " *temp*")) (erase-buffer) (insert address)