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:
parent
d8085053bb
commit
1a5ee3eed4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue