Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69f19f89
Commit
69f19f89
authored
Jun 04, 1993
by
Richard M. Stallman
Browse files
(Fnewline): Use Fbarf_if_buffer_read_only.
parent
a038aafc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/cmds.c
src/cmds.c
+1
-1
No files found.
src/cmds.c
View file @
69f19f89
...
...
@@ -241,7 +241,7 @@ In Auto Fill mode, if no numeric arg, break the preceding line if it's long.")
arg
=
Fprefix_numeric_value
(
arg1
);
if
(
!
NILP
(
current_buffer
->
read_only
))
F
signal
(
Q
buffer_read_only
,
Qnil
);
F
barf_if_
buffer_read_only
(
);
/* Inserting a newline at the end of a line produces better
redisplay in try_window_id than inserting at the ebginning fo a
...
...
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