diff lisp/progmodes/sh-script.el @ 49743:99784a2bc919

(sh-mode-map): Don't remap beginning-of-defun to the non-existing command sh-beginning-of-compound-command.
author Andreas Schwab <schwab@suse.de>
date Wed, 12 Feb 2003 10:21:06 +0000
parents ed0ec7e165de
children 575ad90ca254 d7ddb3e565de
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Wed Feb 12 09:26:17 2003 +0000
+++ b/lisp/progmodes/sh-script.el	Wed Feb 12 10:21:06 2003 +0000
@@ -449,8 +449,6 @@
     (define-key map [remap delete-backward-char]
       'backward-delete-char-untabify)
     (define-key map "\C-c:" 'sh-set-shell)
-    (define-key map [remap beginning-of-defun]
-      'sh-beginning-of-compound-command)
     (define-key map [remap backward-sentence] 'sh-beginning-of-command)
     (define-key map [remap forward-sentence] 'sh-end-of-command)
     (define-key map [menu-bar insert] (cons "Insert" menu-map))