emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: visiting certain .c file adds to kill ring


From: Johan Bockgård
Subject: Re: visiting certain .c file adds to kill ring
Date: Sat, 21 Apr 2007 13:01:19 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux)

address@hidden (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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]