Mercurial > emacs
changeset 19572:30e299bb4a5d
(Finsert_file_contents): Fix use of Fboundp.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Aug 1997 17:21:27 +0000 |
parents | 28ab022089b2 |
children | 9305d9d0d285 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Wed Aug 27 17:13:29 1997 +0000 +++ b/src/fileio.c Wed Aug 27 17:21:27 1997 +0000 @@ -3150,7 +3150,7 @@ else { if (SYMBOLP (Vauto_file_coding_system_function) - && Fboundp (Vauto_file_coding_system_function)) + && !NILP (Fboundp (Vauto_file_coding_system_function))) { /* Find a coding system specified in a few lines at the head of the file. We assume that the fist 1K bytes is