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

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

Re: [smtpmail.el] Inappropriate use of `kill-line'


From: Stefan Monnier
Subject: Re: [smtpmail.el] Inappropriate use of `kill-line'
Date: Wed, 07 May 2003 10:14:09 -0400

> !     (delete-region (point-at-bol) (progn (forward-line 1) (point))))

I believe this is

        (delete-region (point-at-bol) (point-at-bol 2))


-- Stefan "who'd use `line-beginning-position' ;-)"






reply via email to

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