summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-06-23 10:37:11 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-06-23 10:37:11 +0200
commit94e76bd7e21596b1bb5b981133e23a73c19130dd (patch)
tree24d95ba92ad7ccb399ffd7648190555f2edc084b
parentfab06f546310b2d03f8394f0ead79d6c6e01cbb1 (diff)
downloadorg-mode-94e76bd7e21596b1bb5b981133e23a73c19130dd.tar.gz
Remove forgotten (debug) form
-rw-r--r--lisp/org-capture.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index b0db6bc..0585c65 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -488,7 +488,6 @@ already gone."
(defun org-capture-kill ()
"Abort the current capture process."
(interactive)
- (debug)
;; FIXME: This does not do the right thing, we need to remove the new stuff
;; By hand it is easy: undo, then kill the buffer
(let ((org-note-abort t) (org-capture-before-finalize-hook nil))