From: David Maus <dmaus@ictsoc.de>
To: emacs-orgmode@gnu.org
Subject: [PATCH] Locally bind variable `txt'.
Date: Thu, 15 Jul 2010 07:13:51 +0200 [thread overview]
Message-ID: <1279170831-4195-1-git-send-email-dmaus@ictsoc.de> (raw)
* 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
next reply other threads:[~2010-07-15 5:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-15 5:13 David Maus [this message]
2010-07-15 5:22 ` Patchwork: Patch 136 Accepted Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1279170831-4195-1-git-send-email-dmaus@ictsoc.de \
--to=dmaus@ictsoc.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).