]> git.eshelyaron.com Git - emacs.git/commitdiff
(edt-setup-default-bindings): Revert function is
authorKarl Heuer <kwzh@gnu.org>
Fri, 22 Sep 1995 21:34:12 +0000 (21:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 22 Sep 1995 21:34:12 +0000 (21:34 +0000)
revert-buffer, not revert-file.

lisp/emulation/edt.el

index 613c40af3a5dae752112f1d78a1e7f7dcbd16c95..8c8607f3656afe8c3fa7ab590871990a6e6f02f6 100644 (file)
@@ -1808,8 +1808,8 @@ If FILE is nil, try to load a default file.  The default file names are
   (edt-bind-gold-key "P" 'edt-key-not-assigned t)
   (edt-bind-gold-key "q" 'edt-quit t)
   (edt-bind-gold-key "Q" 'edt-quit t)
-  (edt-bind-gold-key "r" 'revert-file t)
-  (edt-bind-gold-key "R" 'revert-file t)
+  (edt-bind-gold-key "r" 'revert-buffer t)
+  (edt-bind-gold-key "R" 'revert-buffer t)
   (edt-bind-gold-key "s" 'save-buffer t)
   (edt-bind-gold-key "S" 'save-buffer t)
   (edt-bind-gold-key "t" 'edt-key-not-assigned t)