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

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

bug#7503: copy-and-insert-previous-line


From: Eli Zaretskii
Subject: bug#7503: copy-and-insert-previous-line
Date: Sun, 28 Nov 2010 08:37:29 -0500

> From: Andreas Schwab <schwab@linux-m68k.org>
> Date: Sun, 28 Nov 2010 12:10:25 +0100
> Cc: 7503@debbugs.gnu.org
> 
>      (buffer-substring (progn (forward-line -1) (point))
>                      (progn (forward-line 1) (point))))))

What's wrong with line-beginning-position and line-end-position?





reply via email to

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