diff options
| author | Carsten Dominik | 2006-03-02 15:44:23 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-03-02 15:44:23 +0000 |
| commit | 72a80fb875ee931aa27f520561b23addd3b835b1 (patch) | |
| tree | e955ed337dc8d9b9245defd2503d6a82ed3af859 /lisp/textmodes | |
| parent | 2276b5b1796ffa79bc2a68a468566ebe100bf853 (diff) | |
| download | emacs-72a80fb875ee931aa27f520561b23addd3b835b1.tar.gz emacs-72a80fb875ee931aa27f520561b23addd3b835b1.zip | |
(org-paste-subtree): Removed forgotten (debug)
form.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index fd21159b7eb..cc822ddb436 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -2963,7 +2963,6 @@ If you want to insert the tree as is, just use \\[yank]. | |||
| 2963 | 2963 | ||
| 2964 | If optional TREE is given, use this text instead of the kill ring." | 2964 | If optional TREE is given, use this text instead of the kill ring." |
| 2965 | (interactive "P") | 2965 | (interactive "P") |
| 2966 | (debug) | ||
| 2967 | (unless (org-kill-is-subtree-p tree) | 2966 | (unless (org-kill-is-subtree-p tree) |
| 2968 | (error | 2967 | (error |
| 2969 | (substitute-command-keys | 2968 | (substitute-command-keys |