comparison lisp/emacs-lisp/disass.el @ 845:213978acbc1e

entered into RCS
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 22 Jul 1992 04:22:30 +0000
parents e694e0879463
children 4303c30b29de
comparison
equal deleted inserted replaced
844:bf829a2d63b4 845:213978acbc1e
1 ;;; disass.el --- disassembler for compiled Emacs Lisp code 1 ;;; disass.el --- disassembler for compiled Emacs Lisp code
2
3 ;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc.
2 4
3 ;; Author: Doug Cutting <doug@csli.stanford.edu> 5 ;; Author: Doug Cutting <doug@csli.stanford.edu>
4 ;; Jamie Zawinski <jwz@lucid.com> 6 ;; Jamie Zawinski <jwz@lucid.com>
5 ;; Maintainer: Jamie Zawinski <jwz@lucid.com> 7 ;; Maintainer: Jamie Zawinski <jwz@lucid.com>
6 ;; Last-Modified: 22 Oct 91
7 ;; Keyword: internal 8 ;; Keyword: internal
8
9 ;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc.
10 9
11 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
12 11
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; 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 13 ;; it under the terms of the GNU General Public License as published by