Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3f5fcd47
Commit
3f5fcd47
authored
Aug 29, 1992
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatting change
parent
d2729198
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/buffer.c
src/buffer.c
+3
-5
No files found.
src/buffer.c
View file @
3f5fcd47
...
...
@@ -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"
,
&
current_buffer
->
auto_save_file_name
,
&
current_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"
,
&
current_buffer
->
fieldlist
,
Qnil
,
DEFVAR_PER_BUFFER
(
"buffer-field-list"
,
&
current_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"
,
&
current_buffer
->
undo_list
,
Qnil
,
DEFVAR_PER_BUFFER
(
"buffer-undo-list"
,
&
current_buffer
->
undo_list
,
Qnil
,
"List of undo entries in current buffer.
\n
\
Recent changes come first; older changes follow newer.
\n
\
\n
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment