changeset 1850:04c20bc7f34c

(set-gosmacs-bindings): Fix binding of \eh.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Feb 1993 06:45:33 +0000
parents 23ab36427257
children b3ce1eae3eb0
files lisp/=gosmacs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=gosmacs.el	Wed Feb 10 06:14:12 1993 +0000
+++ b/lisp/=gosmacs.el	Wed Feb 10 06:45:33 1993 +0000
@@ -53,7 +53,7 @@
 	   ("\e(" backward-paragraph)
 	   ("\e)" forward-paragraph)
 	   ("\e?" apropos)
-	   ("\eh" delete-previous-word)
+	   ("\eh" backward-kill-word)
 	   ("\ej" indent-sexp)
 	   ("\eq" query-replace)
 	   ("\er" replace-string)