comparison lisp/textmodes/page-ext.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 77c73732b535
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; page-ext.el --- extended page handling commands 1 ;;; page-ext.el --- extended page handling commands
2 2
3 ;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation 3 ;; Copyright (C) 1990, 1991, 1993, 1994, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
4 5
5 ;; Maintainer: Robert J. Chassell <bob@gnu.org> 6 ;; Maintainer: Robert J. Chassell <bob@gnu.org>
6 ;; Keywords: wp data 7 ;; Keywords: wp data
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
19 20
20 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02110-1301, USA.
24 25
25 ;;; Commentary: 26 ;;; Commentary:
26 27
27 ;; You may use these commands to handle an address list or other 28 ;; You may use these commands to handle an address list or other
28 ;; small data base. 29 ;; small data base.
118 119
119 ;; For example, a file might look like this: 120 ;; For example, a file might look like this:
120 ;; 121 ;;
121 ;; FSF 122 ;; FSF
122 ;; Free Software Foundation 123 ;; Free Software Foundation
123 ;; 59 Temple Place - Suite 330 124 ;; 51 Franklin Street, Fifth Floor
124 ;; Boston, MA 02111-1307 USA. 125 ;; Boston, MA 02110-1301 USA.
125 ;; (617) 542-5942 126 ;; (617) 542-5942
126 ;; gnu@gnu.org 127 ;; gnu@gnu.org
127 ;; 128 ;;
128 ;; 129 ;;
129 ;; House Subcommittee on Intellectual Property, 130 ;; House Subcommittee on Intellectual Property,
798 then use \\[pages-directory-goto] to go 799 then use \\[pages-directory-goto] to go
799 to the same line in the pages buffer." 800 to the same line in the pages buffer."
800 :syntax-table nil) 801 :syntax-table nil)
801 802
802 (provide 'page-ext) 803 (provide 'page-ext)
804
805 ;;; arch-tag: 2f311550-c6e0-4458-9c12-7f039c058bdb
803 ;;; page-ext.el ends here 806 ;;; page-ext.el ends here