]> code.delx.au - gnu-emacs/blobdiff - lisp/gosmacs.el
(mh-version): Use mh-e-RCS-id rather than mh-e-version
[gnu-emacs] / lisp / gosmacs.el
index fa3e58fb1f3e78d8c3b9dcf21852cfe95c7a3a61..93bbbaa5b80aba1ec70e3870d6206040aa51b00c 100644 (file)
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;; Make GNU Emacs look like Gosling Emacs.  `M-x set-gosmacs-bindings'
+;; does this change; `M-x set-gnu-bindings' undoes it.
+
 ;;; Code:
 
+(require 'mlsupport)
+
 (defvar non-gosmacs-binding-alist nil)
 
 ;;;###autoload
@@ -53,7 +60,7 @@ Use \\[set-gnu-bindings] to restore previous global bindings."
           ("\e(" backward-paragraph)
           ("\e)" forward-paragraph)
           ("\e?" apropos)
-          ("\eh" backward-kill-word)
+          ("\eh" delete-previous-word)
           ("\ej" indent-sexp)
           ("\eq" query-replace)
           ("\er" replace-string)