From 51638aed3e129ba1aec5f62674d3850640679765 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 11 Nov 2013 09:33:05 -0700 Subject: [PATCH] change wording of processing message * lisp/ob-exp.el (org-babel-exp-src-block): Tweak wording of processing message. --- lisp/ob-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 387433825..24fe19c5f 100644 --- a/lisp/ob-exp.el +++ b/lisp/ob-exp.el @@ -117,7 +117,7 @@ Assume point is at the beginning of block's starting line." (raw-params (nth 2 info)) hash) ;; bail if we couldn't get any info from the block (unless noninteractive - (message "Processing %s code block at line %d..." lang line)) + (message "org-babel-exp process %s at line %d..." lang line)) (when info ;; if we're actually going to need the parameters (when (member (cdr (assoc :exports (nth 2 info))) '("both" "results"))