]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode-map): Don't remap
authorAndreas Schwab <schwab@suse.de>
Wed, 12 Feb 2003 10:21:06 +0000 (10:21 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 12 Feb 2003 10:21:06 +0000 (10:21 +0000)
beginning-of-defun to the non-existing command
sh-beginning-of-compound-command.

lisp/progmodes/sh-script.el

index 9dadd66be9b91c4acc0201ae534035d69f86ebc3..f43aca5353642c6857457b39cf3e9ee3f5cc7386 100644 (file)
@@ -449,8 +449,6 @@ the car and cdr are the same symbol.")
     (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))