/[emacs]/emacs/lisp/emacs-lisp/disass.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/disass.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18.18.1 by miles, Sat Aug 17 14:45:48 2002 UTC revision 1.18.18.2 by miles, Sun Aug 25 21:42:44 2002 UTC
# Line 222  OBJ should be a call to BYTE-CODE genera Line 222  OBJ should be a call to BYTE-CODE genera
222                  ((memq op '(byte-call byte-unbind                  ((memq op '(byte-call byte-unbind
223                              byte-listN byte-concatN byte-insertN                              byte-listN byte-concatN byte-insertN
224                              byte-stack-ref byte-stack-set byte-stack-set2                              byte-stack-ref byte-stack-set byte-stack-set2
225                              byte-stack-discardN))                              byte-discardN byte-discardN-preserve-tos))
226                   (insert (int-to-string arg)))                   (insert (int-to-string arg)))
227                  ((memq op '(byte-varref byte-varset byte-varbind))                  ((memq op '(byte-varref byte-varset byte-varbind))
228                   (prin1 (car arg) (current-buffer)))                   (prin1 (car arg) (current-buffer)))

Legend:
Removed from v.1.18.18.1  
changed lines
  Added in v.1.18.18.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26