diff options
| author | Simon Marshall | 1996-07-05 13:35:41 +0000 |
|---|---|---|
| committer | Simon Marshall | 1996-07-05 13:35:41 +0000 |
| commit | 007a03bfc862495ec73d3a31634f4a0702acce3a (patch) | |
| tree | 897a10ad3cdcd6637f9ae2524264a3abfa2cda34 | |
| parent | 31a5333fd0752a2fc9453e8f703db7f8ae7e017a (diff) | |
| download | emacs-007a03bfc862495ec73d3a31634f4a0702acce3a.tar.gz emacs-007a03bfc862495ec73d3a31634f4a0702acce3a.zip | |
Removed debug code.
| -rw-r--r-- | lisp/mail/mail-utils.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 06199bcab6b..d0c569b0471 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el | |||
| @@ -78,7 +78,6 @@ Return a modified address list." | |||
| 78 | (if (string-match "[ \t]*(\\([^)\\]\\|\\\\.\\|\\\\\n\\)*(" address) | 78 | (if (string-match "[ \t]*(\\([^)\\]\\|\\\\.\\|\\\\\n\\)*(" address) |
| 79 | ;; Strip nested comments. | 79 | ;; Strip nested comments. |
| 80 | (save-excursion | 80 | (save-excursion |
| 81 | (debug) | ||
| 82 | (set-buffer (get-buffer-create " *temp*")) | 81 | (set-buffer (get-buffer-create " *temp*")) |
| 83 | (erase-buffer) | 82 | (erase-buffer) |
| 84 | (insert address) | 83 | (insert address) |