aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 17:57:09 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 17:57:09 +0000
commit8c45030e4a84f1dd2b43a0a02d87434300b66a41 (patch)
tree418d672587c18d819f95140d4b7839c8f6ed93a8 /phox
parent9e687f7e1a7a6c2f4cc916aea2c6c0a153d9900c (diff)
Fix compiler warnings
Diffstat (limited to 'phox')
-rw-r--r--phox/phox-fun.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/phox/phox-fun.el b/phox/phox-fun.el
index 50c0b67e..9a264b00 100644
--- a/phox/phox-fun.el
+++ b/phox/phox-fun.el
@@ -170,7 +170,7 @@ or for optional argument TABLE."
(defun phox-find-and-forget (span)
- (let (str ans tmp (lsp -1))
+ (let (str ans tmp (lsp -1) name sname) ;; da: added name,sname. are tmp/lsp not used?
(while span
(setq str (span-property span 'cmd))