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


7.4.3.3 save-current-buffer

Function: save-current-buffer &rest body

Record which buffer is current; execute BODY; can use set-buffer to make a different buffer current without displaying it. At the conclusion of BODY, make the original buffer current.

BODY is executed just like ‘progn’.