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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
d2cad97d
Commit
d2cad97d
authored
Nov 23, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Finsert_file_contents): Don't call signal_after_change
if we did not call prepare_to_modify_buffer.
parent
55253957
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/fileio.c
src/fileio.c
+2
-1
No files found.
src/fileio.c
View file @
d2cad97d
...
...
@@ -2558,7 +2558,8 @@ If VISIT is non-nil, BEG and END must be nil.")
report_file_error
(
"Opening input file"
,
Fcons
(
filename
,
Qnil
));
}
signal_after_change
(
point
,
0
,
inserted
);
if
(
NILP
(
visit
)
&&
total
>
0
)
signal_after_change
(
point
,
0
,
inserted
);
if
(
inserted
>
0
)
{
...
...
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