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
aacd8ba1
Commit
aacd8ba1
authored
Feb 04, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fwrite_region): Doc fix (mention annotate-functions).
parent
c789f32c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/fileio.c
src/fileio.c
+4
-1
No files found.
src/ChangeLog
View file @
aacd8ba1
2009-02-04 Glenn Morris <rgm@gnu.org>
* fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
2009-02-04 Kenichi Handa <handa@m17n.org>
* Makefile.in (composite.o): Depends on frame.h and termhooks.h.
...
...
src/fileio.c
View file @
aacd8ba1
...
...
@@ -4406,7 +4406,10 @@ The optional seventh arg MUSTBENEW, if non-nil, insists on a check
This does code conversion according to the value of
`coding-system-for-write', `buffer-file-coding-system', or
`file-coding-system-alist', and sets the variable
`last-coding-system-used' to the coding system actually used. */)
`last-coding-system-used' to the coding system actually used.
This calls `write-region-annotate-functions' at the start, and
`write-region-post-annotation-function' at the end. */)
(start, end, filename, append, visit, lockname, mustbenew)
Lisp_Object start, end, filename, append, visit, lockname, mustbenew;
{
...
...
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