diff options
| author | Karl Heuer | 1995-06-07 21:00:01 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-06-07 21:00:01 +0000 |
| commit | 316784fbf8587df194458ea4b7238683d47c4c8c (patch) | |
| tree | 221bf1fa23d5a16200de6cd39523a7811e3617ae /src | |
| parent | e731045a3414962bfd95a182eec36ff011d43809 (diff) | |
| download | emacs-316784fbf8587df194458ea4b7238683d47c4c8c.tar.gz emacs-316784fbf8587df194458ea4b7238683d47c4c8c.zip | |
(Fbuffer_disable_undo): Make this function interactive.
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 7713e0cb1b7..bdc5c05f8e1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -807,8 +807,8 @@ If BUFFER is omitted or nil, some interesting buffer is returned.") | |||
| 807 | return Fget_buffer_create (build_string ("*scratch*")); | 807 | return Fget_buffer_create (build_string ("*scratch*")); |
| 808 | } | 808 | } |
| 809 | 809 | ||
| 810 | DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, 0, 1, | 810 | DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, |
| 811 | 0, | 811 | 0, 1, "", |
| 812 | "Make BUFFER stop keeping undo information.\n\ | 812 | "Make BUFFER stop keeping undo information.\n\ |
| 813 | No argument or nil as argument means do this for the current buffer.") | 813 | No argument or nil as argument means do this for the current buffer.") |
| 814 | (buffer) | 814 | (buffer) |