Mercurial > hg > xemacs-beta
comparison lisp/disass.el @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 8626e4521993 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
1 ;;; disass.el --- disassembler for compiled Emacs Lisp code | 1 ;;; disass.el --- disassembler for compiled Emacs Lisp code |
2 | 2 |
3 ;;; Copyright (C) 1986, 1991-1994 Free Software Foundation, Inc. | 3 ;;; Copyright (C) 1986, 1991-1994 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Doug Cutting <doug@csli.stanford.edu> | 5 ;; Author: Doug Cutting <doug@csli.stanford.edu> |
6 ;; Jamie Zawinski <jwz@netscape.com> | 6 ;; Jamie Zawinski <jwz@jwz.org> |
7 ;; Maintainer: Jamie Zawinski <jwz@netscape.com> | 7 ;; Maintainer: XEmacs Development Team |
8 ;; Keywords: internal | 8 ;; Keywords: internal |
9 | 9 |
10 ;; This file is part of XEmacs. | 10 ;; This file is part of XEmacs. |
11 | 11 |
12 ;; XEmacs is free software; you can redistribute it and/or modify it | 12 ;; XEmacs is free software; you can redistribute it and/or modify it |