+2003-05-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
+
+ * bindings.el (global-map): Don't bind S-<backspace>. Too many
+ people hit it by mistake.
+
+2003-05-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
+
+ * simple.el (kill-region): If nothing was killed, and the
+ previous command was not a kill, break kill sequence.
+ (kill-whole-line): Don't use kill-line. Make it work with
+ invisible lines. Make it repeatable.
+ From Luc Teirlinck <teirllm@dms.auburn.edu>.
+
2003-05-26 Andre Spiegel <spiegel@gnu.org>
* vc.el (vc-delete-file): Fix free variable reference.
;(define-key global-map [delete] 'backward-delete-char)
;; natural bindings for terminal keycaps --- defined in X keysym order
-(define-key global-map [S-backspace] 'kill-whole-line)
(define-key global-map [home] 'beginning-of-line)
(define-key global-map [C-home] 'beginning-of-buffer)
(define-key global-map [M-home] 'beginning-of-buffer-other-window)