;;; Time-stamp: <93/07/15 11:15:34 john> (autoload 'total-size "buffers" "Count up how many characters are stored in all the buffers." t) (autoload 'kill-matching-buffers "buffers" "Kill buffers whose names match REGEXP. Returns how many buffers it killed." t) (autoload 'kill-mode-buffers "buffers" "Kill buffers whose mode names match REGEXP. Returns how many buffers it killed." t) (autoload 'lines-per-second "buffers" "Scroll the screen up at RATE lines per second." t) (autoload 'clear-buffer "buffers" "Clears the current buffer, using erase-buffer (so does not put it onto the kill-ring." t) (autoload 'edit-file-list "rec-edit" "Use recursive editing to edit each file in FILE-LIST." t) (autoload 'edit-tags-files "rec-edit" "Edit all files in tag-table-files." t) (autoload 'recursive-narrow "rec-edit" "Narrow to the region between START and STOP, invoke recursive-edit to allow further editing, then widen to the previous restriction." t) (autoload 'wander-safe "rec-edit" "Allow the user to wander around in a recursive edit, then return point, mark and windows to the way they were." t) (autoload 'in-one-window "rec-edit" "Do something in a recursive edit in one window, restoring the old window pattern at the end of the recursive edit." t) ;;; end of autoloads/buffers.el