diff options
Diffstat (limited to 'src/filelock.c')
-rw-r--r-- | src/filelock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index 13b27c72f19..c6b1617770c 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -639,7 +639,7 @@ or else nothing is done if current buffer isn't visiting a file. */) return Qnil; } -DEFUN ("unlock-buffer", Funlock_buffer, Sunlock_buffer, +DEFUE ("unlock-buffer", Funlock_buffer, Sunlock_buffer, 0, 0, 0, doc: /* Unlock the file visited in the current buffer. If the buffer is not modified, this does nothing because the file |