Next: , Previous: , Up: Current Buffer   [Index]


7.4.3.4 with-current-buffer

Function: with-current-buffer buffer-or-name &rest body

Execute the forms in BODY with BUFFER-OR-NAME temporarily current.

BUFFER-OR-NAME

must be a buffer or the name of an existing buffer.

RETURN VALUE

The value returned is the value of the last form in BODY.