* [PATCH] Locally bind variable `txt'.
@ 2010-07-15 5:13 David Maus
2010-07-15 5:22 ` Patchwork: Patch 136 Accepted Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: David Maus @ 2010-07-15 5:13 UTC (permalink / raw)
To: emacs-orgmode
* org-list.el (org-list-send-list): Locally bind variable
`txt'.
---
lisp/org-list.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 4e4306e..e68b952 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -1286,7 +1286,7 @@ this list."
(item-beginning (org-list-item-beginning))
(list (save-excursion (org-list-goto-true-beginning)
(org-list-parse-list)))
- beg)
+ txt beg)
(unless (fboundp transform)
(error "No such transformation function %s" transform))
(setq txt (funcall transform list))
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Patchwork: Patch 136 Accepted
2010-07-15 5:13 [PATCH] Locally bind variable `txt' David Maus
@ 2010-07-15 5:22 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-07-15 5:22 UTC (permalink / raw)
To: emacs-orgmode
Patch 136 (http://patchwork.newartisans.com/patch/136/) is now Accepted.
This relates to the following submission:
http://mid.gmane.org/%3C1279170831-4195-1-git-send-email-dmaus%40ictsoc.de%3E
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-15 5:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-15 5:13 [PATCH] Locally bind variable `txt' David Maus
2010-07-15 5:22 ` Patchwork: Patch 136 Accepted Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).