mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 06:31:13 -08:00
Fix src/fileio.c comment
* src/fileio.c (Finsert_file_contents): Fix comment. Since the code relies on st_size, it’s limited to regular files, not to seekable files.
This commit is contained in:
parent
ccc0921151
commit
bae5fa5d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -4101,7 +4101,7 @@ by calling `format-decode', which see. */)
|
|||
else
|
||||
{
|
||||
/* Don't try looking inside a file for a coding system
|
||||
specification if it is not seekable. */
|
||||
specification if it is not a regular file. */
|
||||
if (regular && !NILP (Vset_auto_coding_function))
|
||||
{
|
||||
/* Find a coding system specified in the heading two
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue