13 lines
452 B
EmacsLisp
13 lines
452 B
EmacsLisp
|
(define-package "revert-buffer-all" "20240421.836" "Revert all open buffers"
|
||
|
'((emacs "24.3"))
|
||
|
:commit "d49462047ebb442d7872f12007380797ee49473c" :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:
|