Mercurial > emacs
comparison src/buffer.c @ 14396:c486932b7301
Whitespace change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Jan 1996 00:11:39 +0000 |
parents | ad275aca6fc5 |
children | 9785f1180901 |
comparison
equal
deleted
inserted
replaced
14395:8e97dadccf2b | 14396:c486932b7301 |
---|---|
3416 Qpermanent_local = intern ("permanent-local"); | 3416 Qpermanent_local = intern ("permanent-local"); |
3417 | 3417 |
3418 Qkill_buffer_hook = intern ("kill-buffer-hook"); | 3418 Qkill_buffer_hook = intern ("kill-buffer-hook"); |
3419 | 3419 |
3420 Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1")); | 3420 Vprin1_to_string_buffer = Fget_buffer_create (build_string (" prin1")); |
3421 | |
3421 /* super-magic invisible buffer */ | 3422 /* super-magic invisible buffer */ |
3422 Vbuffer_alist = Qnil; | 3423 Vbuffer_alist = Qnil; |
3423 | 3424 |
3424 Fset_buffer (Fget_buffer_create (build_string ("*scratch*"))); | 3425 Fset_buffer (Fget_buffer_create (build_string ("*scratch*"))); |
3425 } | 3426 } |