> C-h f with-current-buffer > > Execute the forms in body with buffer as the current buffer. The > value returned is the value of the last form in body. See also > `with-temp-buffer'. > > This says nothing about what buffer is current after > with-current-buffer. IOW, it does not say that the previously current > buffer is restored.
`with-current-buffer' simply follows the lisp convention for `with-' forms in this case. I don't think its docstring needs to explicitly say this, though perhaps there should be some place (maybe there already is) in the elisp manual which describes the expected behavior of `with-' forms. Ted -- Edward O'Connor [EMAIL PROTECTED] Ense petit placidam sub libertate quietem. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
