1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 07:11:38 -07:00

(org-columns-uncompile-format): Avoid assignment to free variable `fun'.

This commit is contained in:
Glenn Morris 2009-09-30 02:32:44 +00:00
parent d8085053bb
commit 1a5ee3eed4

View file

@ -1015,7 +1015,7 @@ Don't set this, this is meant for dynamic scoping.")
(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)