13 lines
452 B
EmacsLisp
13 lines
452 B
EmacsLisp
(define-package "revert-buffer-all" "20230109.536" "Revert all open buffers"
|
|
'((emacs "24.3"))
|
|
:commit "08e90d2d75f5d5900ca2a0d2670592bcf2b2d68f" :authors
|
|
'(("Campbell Barton" . "ideasman42@gmail.com"))
|
|
:maintainers
|
|
'(("Campbell Barton" . "ideasman42@gmail.com"))
|
|
:maintainer
|
|
'("Campbell Barton" . "ideasman42@gmail.com")
|
|
:url "https://codeberg.org/ideasman42/emacs-buffer-revert-all")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|