diff lisp/modes/sh-script.el @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 6608ceec7cf8
children 489f57a838ef
line wrap: on
line diff
--- a/lisp/modes/sh-script.el	Mon Aug 13 09:37:21 2007 +0200
+++ b/lisp/modes/sh-script.el	Mon Aug 13 09:38:25 2007 +0200
@@ -314,9 +314,10 @@
 			       map (current-global-map))
     (substitute-key-definition 'newline-and-indent 'sh-newline-and-indent
 			       map (current-global-map))
-    (substitute-key-definition 'delete-backward-char
-			       'backward-delete-char-untabify
-			       map (current-global-map))
+;; GDF - Don't mess around with the DEL bindings    
+;;    (substitute-key-definition 'delete-backward-char
+;;			       'backward-delete-char-untabify
+;;			       map (current-global-map))
     (define-key map "\C-c:" 'sh-set-shell)
     (substitute-key-definition 'beginning-of-defun
 			       'sh-beginning-of-compound-command