Mercurial > hg > xemacs-beta
comparison lisp/utils/pretty-print.el @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | b9518feda344 |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
77:6cb4f478e7bc | 78:c7528f8e288d |
---|---|
4 ;; | 4 ;; |
5 ;; Copyright (C) 1992,1993 Guido Bosch <Guido.Bosch@loria.fr> | 5 ;; Copyright (C) 1992,1993 Guido Bosch <Guido.Bosch@loria.fr> |
6 | 6 |
7 ;; This file is written in GNU Emacs Lisp, but is not part of GNU Emacs. | 7 ;; This file is written in GNU Emacs Lisp, but is not part of GNU Emacs. |
8 | 8 |
9 ;; The software contained in this file is free software; you can | 9 ;; This file is part of XEmacs. |
10 ;; redistribute it and/or modify it under the terms of the GNU General | 10 |
11 ;; Public License as published by the Free Software Foundation; either | 11 ;; XEmacs is free software; you can redistribute it and/or modify it |
12 ;; version 2, or (at your option) any later version. | 12 ;; under the terms of the GNU General Public License as published by |
13 | 13 ;; the Free Software Foundation; either version 2, or (at your option) |
14 ;; GNU Emacs is distributed in the hope that it will be useful, | 14 ;; any later version. |
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 |
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 ;; XEmacs is distributed in the hope that it will be useful, but |
17 ;; GNU General Public License for more details. | 17 ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
19 ;; General Public License for more details. | |
18 | 20 |
19 ;; 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 |
20 ;; along with GNU Emacs; see the file COPYING. If not, write to | 22 ;; along with XEmacs; see the file COPYING. If not, write to the Free |
21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 23 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
22 ;; | 24 ;; 02111-1307, USA. |
25 | |
26 ;;; Synched up with: Not in FSF. | |
27 | |
23 ;; Please send bugs and comments to the author. | 28 ;; Please send bugs and comments to the author. |
24 ;; | 29 ;; |
25 ;; <DISCLAIMER> | 30 ;; <DISCLAIMER> |
26 ;; This program is still under development. Neither the author nor | 31 ;; This program is still under development. Neither the author nor |
27 ;; CRIN-INRIA accepts responsibility to anyone for the consequences of | 32 ;; CRIN-INRIA accepts responsibility to anyone for the consequences of |
107 ;; setf. | 112 ;; setf. |
108 | 113 |
109 ; Change History | 114 ; Change History |
110 ; | 115 ; |
111 ; $Log: pretty-print.el,v $ | 116 ; $Log: pretty-print.el,v $ |
112 ; Revision 1.1.1.1 1996/12/18 22:51:29 steve | 117 ; Revision 1.2 1997/01/03 03:10:34 steve |
113 ; XEmacs 20.0 -- Beta 31 | 118 ; Main beta 34 patches |
114 ; | 119 ; |
115 ; Revision 1.4 1993/03/25 14:09:52 bosch | 120 ; Revision 1.4 1993/03/25 14:09:52 bosch |
116 ; Commands `prettyexpand-sexp' and `prettyexpand-all-sexp' and | 121 ; Commands `prettyexpand-sexp' and `prettyexpand-all-sexp' and |
117 ; corresponding key bindings added. Commands pp-{function, variable} | 122 ; corresponding key bindings added. Commands pp-{function, variable} |
118 ; rewritten. `pp-plist' added. Function `pp-internal-loop' (for Dave | 123 ; rewritten. `pp-plist' added. Function `pp-internal-loop' (for Dave |