diff options
| author | Dmitry Antipov | 2012-10-16 11:56:44 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-10-16 11:56:44 +0400 |
| commit | 12fbe7552ce1614d54728736ea11a75fc5e0761f (patch) | |
| tree | d507cc09a104c185eb43cf5a924bff2e4b6f8b86 /src/alloc.c | |
| parent | 61655b89f454597079c7f1ddf680d654c2c5f4e8 (diff) | |
| download | emacs-12fbe7552ce1614d54728736ea11a75fc5e0761f.tar.gz emacs-12fbe7552ce1614d54728736ea11a75fc5e0761f.zip | |
* alloc.c (Fmake_byte_code): Fix typo in comment.
* print.c (print_interval): Define as static to match prototype.
* indent.c (disptab_matches_widthtab, recompute_width_table):
Convert to eassert.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 95be8db1614..0afe446d269 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3100,7 +3100,7 @@ usage: (make-byte-code ARGLIST BYTE-CODE CONSTANTS DEPTH &optional DOCSTRING INT | |||
| 3100 | ptrdiff_t i; | 3100 | ptrdiff_t i; |
| 3101 | register struct Lisp_Vector *p; | 3101 | register struct Lisp_Vector *p; |
| 3102 | 3102 | ||
| 3103 | /* We used to purecopy everything here, if purify-flga was set. This worked | 3103 | /* We used to purecopy everything here, if purify-flag was set. This worked |
| 3104 | OK for Emacs-23, but with Emacs-24's lexical binding code, it can be | 3104 | OK for Emacs-23, but with Emacs-24's lexical binding code, it can be |
| 3105 | dangerous, since make-byte-code is used during execution to build | 3105 | dangerous, since make-byte-code is used during execution to build |
| 3106 | closures, so any closure built during the preload phase would end up | 3106 | closures, so any closure built during the preload phase would end up |