Mercurial > emacs
changeset 15606:1891a5cddce6
Removed debug code.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 05 Jul 1996 13:35:41 +0000 |
parents | 8b2f2d10c40a |
children | b59b140655ee |
files | lisp/mail/mail-utils.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)