]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-create-keymap): Paren typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Aug 2007 16:25:41 +0000 (16:25 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Aug 2007 16:25:41 +0000 (16:25 +0000)
lisp/progmodes/ada-mode.el

index 70c27eb28584ada0d2bd92a00aabc146e2ea99db..478a07bc3b6bbf8ca666e69bdc217d9c4432f6f3 100644 (file)
@@ -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)