Mercurial > emacs
changeset 78601:047d1fc93812
(ada-create-keymap): Paren typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 21 Aug 2007 16:25:41 +0000 |
parents | 4f60c94dc647 |
children | b86e73d7c635 |
files | lisp/progmodes/ada-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el Tue Aug 21 16:24:43 2007 +0000 +++ b/lisp/progmodes/ada-mode.el Tue Aug 21 16:25:41 2007 +0000 @@ -4571,7 +4571,7 @@ ;; 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)