changeset 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 2fc9fb53dc4f
children d15ccf22e8e8
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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))