diff options
| author | Eli Zaretskii | 2012-10-17 23:07:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-17 23:07:59 +0200 |
| commit | 8cd879af4a393715c1c7f44a174248e85f7810ab (patch) | |
| tree | f0779e2a9c855ccba82628f6bcda43ef0d800ff3 /src/alloc.c | |
| parent | 37a4dabe8aaa51e15cf63e43710ee4b8f35d434b (diff) | |
| parent | a68089e4a4dd41c9b838d82d1d96d971b01398c8 (diff) | |
| download | emacs-8cd879af4a393715c1c7f44a174248e85f7810ab.tar.gz emacs-8cd879af4a393715c1c7f44a174248e85f7810ab.zip | |
Merge from trunk.
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 4fd659bd001..f2dd7c8cee7 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 |