comparison lisp/bytecomp/disass.el @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 8619ce7e4c50
children 929b76928fce
comparison
equal deleted inserted replaced
148:f659db2a1f73 149:538048ae2ab8
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@lucid.com> 6 ;; Jamie Zawinski <jwz@netscape.com>
7 ;; Maintainer: Jamie Zawinski <jwz@lucid.com> 7 ;; Maintainer: Jamie Zawinski <jwz@netscape.com>
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
32 ;; by the Emacs Lisp byte-compiler. This doesn't invert the compilation 32 ;; by the Emacs Lisp byte-compiler. This doesn't invert the compilation
33 ;; operation, not by a long shot, but it's useful for debugging. 33 ;; operation, not by a long shot, but it's useful for debugging.
34 34
35 ;; 35 ;;
36 ;; Original version by Doug Cutting (doug@csli.stanford.edu) 36 ;; Original version by Doug Cutting (doug@csli.stanford.edu)
37 ;; Substantially modified by Jamie Zawinski <jwz@lucid.com> for 37 ;; Substantially modified by Jamie Zawinski for
38 ;; the new lapcode-based byte compiler. 38 ;; the new lapcode-based byte compiler.
39 39
40 ;;; Code: 40 ;;; Code:
41 41
42 ;;; The variable byte-code-vector is defined by the new bytecomp.el. 42 ;;; The variable byte-code-vector is defined by the new bytecomp.el.