diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index 591f585a7a9..39d08950bf8 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1511,7 +1511,6 @@ list first, followed by the list of all buffers. If no other buffer | |||
| 1511 | exists, return the buffer `*scratch*' (creating it if necessary). */) | 1511 | exists, return the buffer `*scratch*' (creating it if necessary). */) |
| 1512 | (Lisp_Object buffer, Lisp_Object visible_ok, Lisp_Object frame) | 1512 | (Lisp_Object buffer, Lisp_Object visible_ok, Lisp_Object frame) |
| 1513 | { | 1513 | { |
| 1514 | USE_LOCAL_ALLOCA; | ||
| 1515 | struct frame *f = decode_any_frame (frame); | 1514 | struct frame *f = decode_any_frame (frame); |
| 1516 | Lisp_Object tail = f->buffer_list, pred = f->buffer_predicate; | 1515 | Lisp_Object tail = f->buffer_list, pred = f->buffer_predicate; |
| 1517 | Lisp_Object buf, notsogood = Qnil; | 1516 | Lisp_Object buf, notsogood = Qnil; |
| @@ -1570,7 +1569,6 @@ exists, return the buffer `*scratch*' (creating it if necessary). */) | |||
| 1570 | Lisp_Object | 1569 | Lisp_Object |
| 1571 | other_buffer_safely (Lisp_Object buffer) | 1570 | other_buffer_safely (Lisp_Object buffer) |
| 1572 | { | 1571 | { |
| 1573 | USE_LOCAL_ALLOCA; | ||
| 1574 | Lisp_Object tail, buf; | 1572 | Lisp_Object tail, buf; |
| 1575 | 1573 | ||
| 1576 | FOR_EACH_LIVE_BUFFER (tail, buf) | 1574 | FOR_EACH_LIVE_BUFFER (tail, buf) |
| @@ -5240,7 +5238,6 @@ init_buffer_once (void) | |||
| 5240 | void | 5238 | void |
| 5241 | init_buffer (int initialized) | 5239 | init_buffer (int initialized) |
| 5242 | { | 5240 | { |
| 5243 | USE_LOCAL_ALLOCA; | ||
| 5244 | char *pwd; | 5241 | char *pwd; |
| 5245 | Lisp_Object temp; | 5242 | Lisp_Object temp; |
| 5246 | ptrdiff_t len; | 5243 | ptrdiff_t len; |