Mercurial > emacs
comparison lisp/textmodes/page-ext.el @ 664:9b0e666dfdf8
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Sun, 31 May 1992 16:42:19 +0000 |
parents | 505130d1ddf8 |
children | 4f28bd14272c |
comparison
equal
deleted
inserted
replaced
663:3587b3dfac25 | 664:9b0e666dfdf8 |
---|---|
5 ;;; You may use these commands to handle an address list or other | 5 ;;; You may use these commands to handle an address list or other |
6 ;;; small data base. | 6 ;;; small data base. |
7 | 7 |
8 ;;; Copyright (C) 1990 Free Software Foundation | 8 ;;; Copyright (C) 1990 Free Software Foundation |
9 ;;; Please send bug reports to bob@ai.mit.edu | 9 ;;; Please send bug reports to bob@ai.mit.edu |
10 | |
11 ;; This file is part of GNU Emacs. | |
12 | |
13 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
14 ;; it under the terms of the GNU General Public License as published by | |
15 ;; the Free Software Foundation; either version 1, or (at your option) | |
16 ;; any later version. | |
17 | |
18 ;; GNU Emacs is distributed in the hope that it will be useful, | |
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 ;; GNU General Public License for more details. | |
22 | |
23 ;; You should have received a copy of the GNU General Public License | |
24 ;; along with GNU Emacs; see the file COPYING. If not, write to | |
25 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
10 | 26 |
11 ;;; Change Log ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 27 ;;; Change Log ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
12 ;;; | 28 ;;; |
13 ;;; Version 0.043 | 29 ;;; Version 0.043 |
14 ;;; 24 May 1990 - When the cursor is at the end of the pages directory | 30 ;;; 24 May 1990 - When the cursor is at the end of the pages directory |