Remove forgotten (debug) form
This commit is contained in:
parent
fab06f5463
commit
94e76bd7e2
|
@ -488,7 +488,6 @@ already gone."
|
||||||
(defun org-capture-kill ()
|
(defun org-capture-kill ()
|
||||||
"Abort the current capture process."
|
"Abort the current capture process."
|
||||||
(interactive)
|
(interactive)
|
||||||
(debug)
|
|
||||||
;; FIXME: This does not do the right thing, we need to remove the new stuff
|
;; 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
|
;; By hand it is easy: undo, then kill the buffer
|
||||||
(let ((org-note-abort t) (org-capture-before-finalize-hook nil))
|
(let ((org-note-abort t) (org-capture-before-finalize-hook nil))
|
||||||
|
|
Loading…
Reference in New Issue