diff lisp/paragraphs.el @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents 41ff10fd062f
children 1f0dabaa0855
line wrap: on
line diff
--- a/lisp/paragraphs.el	Mon Aug 13 10:05:01 2007 +0200
+++ b/lisp/paragraphs.el	Mon Aug 13 10:05:51 2007 +0200
@@ -346,6 +346,12 @@
 ;   nil t))
   (mark-something 'mark-end-of-sentence 'forward-sentence arg))
 
+(defun mark-end-of-line (arg)
+  "Put mark at end of line.  Arg works as in `end-of-line'."
+  (interactive "p")
+  (mark-something 'mark-end-of-line 'end-of-line arg))
+
+
 (defun transpose-sentences (arg)
   "Interchange this (next) and previous sentence."
   (interactive "*p")