Don't highlight empty lines in rectangles.
2002-05-14 Kim F. Storm <storm@cua.dk>
+ * emulation/cua-rect.el (cua--rectangle-operation):
+ Don't highlight empty lines in rectangles.
+
* emulation/keypad.el: Improved commentary.
(keypad-setup, keypad-shifted-setup): Added choice to setup
Numeric keypad with decimal key; value is selected character.
(if (car (cdr (cdr sel)))
(setq v (null v))))
(if visible
- (funcall fct p m l r v)
+ (unless (eolp)
+ (funcall fct p m l r v))
(if v
(funcall fct p m l r)))))
(set-marker m nil)