]> git.eshelyaron.com Git - emacs.git/commitdiff
Removed debug code.
authorSimon Marshall <simon@gnu.org>
Fri, 5 Jul 1996 13:35:41 +0000 (13:35 +0000)
committerSimon Marshall <simon@gnu.org>
Fri, 5 Jul 1996 13:35:41 +0000 (13:35 +0000)
lisp/mail/mail-utils.el

index 06199bcab6b67552f3572ad4d7e2d3d393a0d004..d0c569b0471489791b35d263fef1f68da29ecc2c 100644 (file)
@@ -78,7 +78,6 @@ Return a modified address list."
        (if (string-match "[ \t]*(\\([^)\\]\\|\\\\.\\|\\\\\n\\)*(" address)
           ;; Strip nested comments.
           (save-excursion
-            (debug)
             (set-buffer (get-buffer-create " *temp*"))
             (erase-buffer)
             (insert address)