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

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 1856695b1fa9
children 28f395d8dc7a
line wrap: on
line diff
--- a/lisp/modes/icon.el	Mon Aug 13 09:37:21 2007 +0200
+++ b/lisp/modes/icon.el	Mon Aug 13 09:38:25 2007 +0200
@@ -46,7 +46,8 @@
   (define-key icon-mode-map "\e\C-a" 'beginning-of-icon-defun)
   (define-key icon-mode-map "\e\C-e" 'end-of-icon-defun)
   (define-key icon-mode-map "\e\C-q" 'indent-icon-exp)
-  (define-key icon-mode-map "\177" 'backward-delete-char-untabify)
+;; GDF - Don't rebind the DEL key
+;; (define-key icon-mode-map "\177" 'backward-delete-char-untabify)  
   (define-key icon-mode-map "\t" 'icon-indent-command))
 
 (defvar icon-mode-syntax-table nil