33 lines
855 B
EmacsLisp
33 lines
855 B
EmacsLisp
|
;;; 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
|