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

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

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

revision 2.94.2.3 by fx, Sat Jun 29 11:09:35 2002 UTC revision 2.94.2.4 by handa, Wed Oct 16 02:16:02 2002 UTC
# Line 757  otherwise pop it") Line 757  otherwise pop it")
757                 (setcar (cdr bytes) (logand pc 255))                 (setcar (cdr bytes) (logand pc 255))
758                 (setcar bytes (lsh pc -8))))                 (setcar bytes (lsh pc -8))))
759          (setq patchlist (cdr patchlist))))          (setq patchlist (cdr patchlist))))
760      (concat (nreverse bytes))))      (string-make-unibyte (concat (nreverse bytes)))))
761    
762    
763  ;;; compile-time evaluation  ;;; compile-time evaluation

Legend:
Removed from v.2.94.2.3  
changed lines
  Added in v.2.94.2.4

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