emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-opt.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-opt.el
Date: Thu, 20 Dec 2001 13:50:58 -0500

Index: emacs/lisp/emacs-lisp/byte-opt.el
diff -c emacs/lisp/emacs-lisp/byte-opt.el:1.61 
emacs/lisp/emacs-lisp/byte-opt.el:1.62
*** emacs/lisp/emacs-lisp/byte-opt.el:1.61      Thu Oct 11 13:25:26 2001
--- emacs/lisp/emacs-lisp/byte-opt.el   Thu Dec 20 13:50:58 2001
***************
*** 1235,1241 ****
  (defun disassemble-offset ()
    "Don't call this!"
    ;; fetch and return the offset for the current opcode.
!   ;; return NIL if this opcode has no offset
    ;; OP, PTR and BYTES are used and set dynamically
    (defvar op)
    (defvar ptr)
--- 1235,1241 ----
  (defun disassemble-offset ()
    "Don't call this!"
    ;; fetch and return the offset for the current opcode.
!   ;; return nil if this opcode has no offset
    ;; OP, PTR and BYTES are used and set dynamically
    (defvar op)
    (defvar ptr)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]