Mercurial > emacs
changeset 66741:947d92b6000d
(org-export-as-html): Removed bogus (debug) form.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Mon, 07 Nov 2005 10:57:10 +0000 |
parents | 9c1f10ee6651 |
children | f8d550ae3b06 |
files | lisp/textmodes/org.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/org.el Mon Nov 07 10:56:50 2005 +0000 +++ b/lisp/textmodes/org.el Mon Nov 07 10:57:10 2005 +0000 @@ -9103,7 +9103,6 @@ (if org-export-html-with-timestamp (insert org-export-html-html-helper-timestamp)) (insert "</body>\n</html>\n") - (debug) (normal-mode) (save-buffer) (goto-char (point-min)))))