[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/lisp/org org-colview.el
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/lisp/org org-colview.el |
Date: |
Wed, 30 Sep 2009 02:32:45 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 09/09/30 02:32:44
Modified files:
lisp/org : org-colview.el
Log message:
(org-columns-uncompile-format): Avoid assignment to free variable `fun'.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/org-colview.el?cvsroot=emacs&r1=1.26&r2=1.27
Patches:
Index: org-colview.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org-colview.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- org-colview.el 2 Sep 2009 12:59:53 -0000 1.26
+++ org-colview.el 30 Sep 2009 02:32:44 -0000 1.27
@@ -1015,7 +1015,7 @@
(defun org-columns-uncompile-format (cfmt)
"Turn the compiled columns format back into a string representation."
- (let ((rtn "") e s prop title op op-match width fmt printf)
+ (let ((rtn "") e s prop title op op-match width fmt printf fun)
(while (setq e (pop cfmt))
(setq prop (car e)
title (nth 1 e)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/lisp/org org-colview.el,
Glenn Morris <=