[EMAIL PROTECTED] (Johan Bockgård) writes:

> Here are other incorrect uses of kill-* functions in lisp/progmodes:
>
> cc-cmds.el:859:      (kill-region (progn (forward-line 0) (point))
> perl-mode.el:653:                              (kill-region (point) eol))
>
> And there's a bunch of suspicious kill-line/kill-word/kill-region in
> mantemp.el and vhdl-mode.el.

In lisp/

array.el:688:   (kill-line 1))
array.el:708:       (kill-line 1)
strokes.el:1361:                       (kill-region (1+ (point)) (point-max))))
tumme.el:918:               (kill-line 1)
vc.el:2279:     (or (eobp) (kill-line))

-- 
Johan Bockgård



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to