emacs/code/elpa/revert-buffer-all-20230109.536/revert-buffer-all-autoloads.el

33 lines
855 B
EmacsLisp
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; revert-buffer-all-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "revert-buffer-all" "revert-buffer-all.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from revert-buffer-all.el
(autoload 'revert-buffer-all "revert-buffer-all" "\
Refresh all open buffers from their respective files.
Buffers which no longer exist are closed.
This can be useful when updating or checking out branches outside of Emacs." t nil)
;;;***
;;;### (autoloads nil nil ("revert-buffer-all-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; revert-buffer-all-autoloads.el ends here