diff options
| author | Juanma Barranquero | 2007-04-02 09:21:26 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-04-02 09:21:26 +0000 |
| commit | 1a7de17e5b599661d7cc205bd63f982ca24bab9f (patch) | |
| tree | 05a09b6d683fb0eb7307b5a39c35552790dcba55 /src/print.c | |
| parent | 59ec93723b4ae37d12ce25104313b7bbddff21bf (diff) | |
| download | emacs-1a7de17e5b599661d7cc205bd63f982ca24bab9f.tar.gz emacs-1a7de17e5b599661d7cc205bd63f982ca24bab9f.zip | |
(Fprin1_to_string): Use macro SPECPDL_INDEX.
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 4110ef32407..533d0a82cc4 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -796,7 +796,7 @@ A printed representation of an object is text which describes that object. */) | |||
| 796 | Lisp_Object printcharfun; | 796 | Lisp_Object printcharfun; |
| 797 | /* struct gcpro gcpro1, gcpro2; */ | 797 | /* struct gcpro gcpro1, gcpro2; */ |
| 798 | Lisp_Object save_deactivate_mark; | 798 | Lisp_Object save_deactivate_mark; |
| 799 | int count = specpdl_ptr - specpdl; | 799 | int count = SPECPDL_INDEX (); |
| 800 | struct buffer *previous; | 800 | struct buffer *previous; |
| 801 | 801 | ||
| 802 | specbind (Qinhibit_modification_hooks, Qt); | 802 | specbind (Qinhibit_modification_hooks, Qt); |