changeset 105302:36a73e354d6c

(org-columns-uncompile-format): Avoid assignment to free variable `fun'.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Sep 2009 02:32:44 +0000
parents 2f1ad455dc64
children 29697591d45b
files lisp/org/org-colview.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/org/org-colview.el	Wed Sep 30 02:28:17 2009 +0000
+++ b/lisp/org/org-colview.el	Wed Sep 30 02:32:44 2009 +0000
@@ -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)