unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [elpa] master ee6b97d: packages/javaimp/javaimp.el: replace kill-line with delete-region
       [not found] ` <E1YVOhP-0002hl-Dc@vcs.savannah.gnu.org>
@ 2015-03-11  3:18   ` Stefan Monnier
  2015-03-11 18:11     ` Filipp Gunbin
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2015-03-11  3:18 UTC (permalink / raw)
  To: emacs-devel; +Cc: Filipp Gunbin

> +	(delete-region (point) (save-excursion (forward-line 1) (point)))
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aka                               (line-beginning-position 2)


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [elpa] master ee6b97d: packages/javaimp/javaimp.el: replace kill-line with delete-region
  2015-03-11  3:18   ` [elpa] master ee6b97d: packages/javaimp/javaimp.el: replace kill-line with delete-region Stefan Monnier
@ 2015-03-11 18:11     ` Filipp Gunbin
  0 siblings, 0 replies; 2+ messages in thread
From: Filipp Gunbin @ 2015-03-11 18:11 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

On 10/03/2015 23:18 -0400, Stefan Monnier wrote:

>> +	(delete-region (point) (save-excursion (forward-line 1) (point)))
>                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Aka                               (line-beginning-position 2)

Thanks!

Filipp



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-11 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20150310181611.10354.64096@vcs.savannah.gnu.org>
     [not found] ` <E1YVOhP-0002hl-Dc@vcs.savannah.gnu.org>
2015-03-11  3:18   ` [elpa] master ee6b97d: packages/javaimp/javaimp.el: replace kill-line with delete-region Stefan Monnier
2015-03-11 18:11     ` Filipp Gunbin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).