From 94e76bd7e21596b1bb5b981133e23a73c19130dd Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 23 Jun 2010 10:37:11 +0200 Subject: [PATCH] Remove forgotten (debug) form --- lisp/org-capture.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index b0db6bcd8..0585c6584 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))