emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-mode.el, v [EMACS_22_B


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-mode.el, v [EMACS_22_BASE]
Date: Tue, 21 Aug 2007 16:25:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/21 16:25:42

Index: ada-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/ada-mode.el,v
retrieving revision 1.85.2.3
retrieving revision 1.85.2.4
diff -u -b -r1.85.2.3 -r1.85.2.4
--- ada-mode.el 21 Aug 2007 16:24:42 -0000      1.85.2.3
+++ ada-mode.el 21 Aug 2007 16:25:41 -0000      1.85.2.4
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]