diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-29 02:41:45 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-29 02:41:45 +0000 |
commit | 140ad9864c218062039f6091c8769b06bd9c78c1 (patch) | |
tree | 4a4b9c0a1b783b65e8bfb9cde768c4e0315fbb98 /src/buffer.c | |
parent | ce03c133a486c60d7b69611090297b3539b072ec (diff) | |
download | emacs-140ad9864c218062039f6091c8769b06bd9c78c1.tar.gz |
Formatting change
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4a6d6978bcc..f04e2acb1f1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1519,7 +1519,7 @@ It may not be a list of functions."); Each buffer has its own value of this variable."); DEFVAR_PER_BUFFER ("buffer-auto-save-file-name", - ¤t_buffer->auto_save_file_name, + ¤t_buffer->auto_save_file_name, make_number (Lisp_String), "Name of file for auto-saving current buffer,\n\ or nil if buffer should not be auto-saved.\n\ @@ -1578,8 +1578,7 @@ The remaining five elements are ropes that control the display of\n\ If this variable is nil, the value of `standard-display-table' is used.\n\ Each window can have its own, overriding display table."); - DEFVAR_PER_BUFFER ("buffer-field-list", ¤t_buffer->fieldlist, - Qnil, + DEFVAR_PER_BUFFER ("buffer-field-list", ¤t_buffer->fieldlist, Qnil, "List of fields in the current buffer. See `add-field'."); DEFVAR_BOOL ("check-protected-fields", check_protected_fields, @@ -1620,8 +1619,7 @@ cause calls to any `before-change-function' or `after-change-function'."); The function is called, with no arguments, if it is non-nil."); Vfirst_change_function = Qnil; - DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, - Qnil, + DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, Qnil, "List of undo entries in current buffer.\n\ Recent changes come first; older changes follow newer.\n\ \n\ |