From: Stefan Monnier Date: Tue, 21 Aug 2007 16:25:41 +0000 (+0000) Subject: (ada-create-keymap): Paren typo. X-Git-Tag: emacs-pretest-22.1.90~961 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5dac3b9bd5baa34ebb0506d0cd4460397a03d81;p=emacs.git (ada-create-keymap): Paren typo. --- 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)