diff options
| -rw-r--r-- | lisp/progmodes/ada-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 70c27eb2858..478a07bc3b6 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -4571,7 +4571,7 @@ Moves to 'begin' if in a declarative part." | |||
| 4571 | ;; account | 4571 | ;; account |
| 4572 | (define-key ada-mode-map | 4572 | (define-key ada-mode-map |
| 4573 | (if (boundp 'delete-key-deletes-forward) [backspace] "\177") | 4573 | (if (boundp 'delete-key-deletes-forward) [backspace] "\177") |
| 4574 | 'backward-delete-char-untabify)) | 4574 | 'backward-delete-char-untabify) |
| 4575 | 4575 | ||
| 4576 | ;; Make body | 4576 | ;; Make body |
| 4577 | (define-key ada-mode-map "\C-c\C-n" 'ada-make-subprogram-body) | 4577 | (define-key ada-mode-map "\C-c\C-n" 'ada-make-subprogram-body) |