aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-10 11:15:37 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-10 11:15:37 +0000
commit9d57b1a5b71a8304a88122dd02c13d7ffb517234 (patch)
tree9f48a875af3c6dfd9c8a18d253c6200911a6db93 /lib
parent26f62d7f3e18507d2b521c829118a9c6979678ec (diff)
span-give-warning: consistency with span-overlay.el
Diffstat (limited to 'lib')
-rw-r--r--lib/span-extent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/span-extent.el b/lib/span-extent.el
index 735e57f7..52e041cc 100644
--- a/lib/span-extent.el
+++ b/lib/span-extent.el
@@ -37,7 +37,7 @@
"Set SPAN to be writeable."
(set-span-property span 'read-only nil))
-(defun span-give-warning ()
+(defun span-give-warning (&rest args)
"Give a warning message."
(message "You should not edit here!"))