1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Removed debug code.

This commit is contained in:
Simon Marshall 1996-07-05 13:35:41 +00:00
parent 31a5333fd0
commit 007a03bfc8

View 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)