diff options
| author | Andreas Schwab | 2003-02-12 10:21:06 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-02-12 10:21:06 +0000 |
| commit | 817949efd8c311eb7ca69009f55a0f60048113e4 (patch) | |
| tree | 67527d4ef431a9c61e281f593d3950d7f002c85c /lisp | |
| parent | c45bc75309460dc1a0b98104ae3a506316f789da (diff) | |
| download | emacs-817949efd8c311eb7ca69009f55a0f60048113e4.tar.gz emacs-817949efd8c311eb7ca69009f55a0f60048113e4.zip | |
(sh-mode-map): Don't remap
beginning-of-defun to the non-existing command
sh-beginning-of-compound-command.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 9dadd66be9b..f43aca53536 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -449,8 +449,6 @@ the car and cdr are the same symbol.") | |||
| 449 | (define-key map [remap delete-backward-char] | 449 | (define-key map [remap delete-backward-char] |
| 450 | 'backward-delete-char-untabify) | 450 | 'backward-delete-char-untabify) |
| 451 | (define-key map "\C-c:" 'sh-set-shell) | 451 | (define-key map "\C-c:" 'sh-set-shell) |
| 452 | (define-key map [remap beginning-of-defun] | ||
| 453 | 'sh-beginning-of-compound-command) | ||
| 454 | (define-key map [remap backward-sentence] 'sh-beginning-of-command) | 452 | (define-key map [remap backward-sentence] 'sh-beginning-of-command) |
| 455 | (define-key map [remap forward-sentence] 'sh-end-of-command) | 453 | (define-key map [remap forward-sentence] 'sh-end-of-command) |
| 456 | (define-key map [menu-bar insert] (cons "Insert" menu-map)) | 454 | (define-key map [menu-bar insert] (cons "Insert" menu-map)) |