summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-mode.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-08-21 16:25:41 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-08-21 16:25:41 +0000
commitd5dac3b9bd5baa34ebb0506d0cd4460397a03d81 (patch)
tree610df3b4594d00eee4512d5199c487d1f875e788 /lisp/progmodes/ada-mode.el
parent23b747d1ed76c51a9cf48d70a9ae534e52715948 (diff)
downloademacs-d5dac3b9bd5baa34ebb0506d0cd4460397a03d81.tar.gz
(ada-create-keymap): Paren typo.
Diffstat (limited to 'lisp/progmodes/ada-mode.el')
-rw-r--r--lisp/progmodes/ada-mode.el2
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."
;; account
(define-key ada-mode-map
(if (boundp 'delete-key-deletes-forward) [backspace] "\177")
- 'backward-delete-char-untabify))
+ 'backward-delete-char-untabify)
;; Make body
(define-key ada-mode-map "\C-c\C-n" 'ada-make-subprogram-body)