comparison lisp/textmodes/page.el @ 110317:50478146a2e1

10-09-13
author Robert J. Chassell <bob@gnu.org>
date Mon, 13 Sep 2010 10:14:52 +0000
parents 280c8ae2476d
children f52a8c72912b
comparison
equal deleted inserted replaced
110316:14e479cda1d2 110317:50478146a2e1
1 ;; (push-mark (point) t) needed at the end of forward-page
2 ;; The documentation in simple.el for set-mark says
3 ;; To remember a location for internal use in the Lisp program,
4 ;; store it in a Lisp variable. Example:
5 ;; (let ((beg (point))) (forward-line 1) (delete-region beg (point)))."
6
7
1 ;;; page.el --- page motion commands for Emacs 8 ;;; page.el --- page motion commands for Emacs
2 9
3 ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 10 ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
4 ;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 11 ;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 12