comparison lisp/emacs-lisp/bytecomp.el @ 18266:fd7bd1ad0763

(byte-save-current-buffer): Change to code 114 (0162).
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Jun 1997 23:05:19 +0000
parents 00ed998f90d3
children 1ff0bfd40508
comparison
equal deleted inserted replaced
18265:ffe9754664a2 18266:fd7bd1ad0763
8 8
9 ;; Subsequently modified by RMS. 9 ;; Subsequently modified by RMS.
10 10
11 ;;; This version incorporates changes up to version 2.10 of the 11 ;;; This version incorporates changes up to version 2.10 of the
12 ;;; Zawinski-Furuseth compiler. 12 ;;; Zawinski-Furuseth compiler.
13 (defconst byte-compile-version "$Revision: 2.27 $") 13 (defconst byte-compile-version "$Revision: 2.28 $")
14 14
15 ;; This file is part of GNU Emacs. 15 ;; This file is part of GNU Emacs.
16 16
17 ;; GNU Emacs is free software; you can redistribute it and/or modify 17 ;; GNU Emacs is free software; you can redistribute it and/or modify
18 ;; it under the terms of the GNU General Public License as published by 18 ;; it under the terms of the GNU General Public License as published by
487 (byte-defop 92 -1 byte-plus) 487 (byte-defop 92 -1 byte-plus)
488 (byte-defop 93 -1 byte-max) 488 (byte-defop 93 -1 byte-max)
489 (byte-defop 94 -1 byte-min) 489 (byte-defop 94 -1 byte-min)
490 (byte-defop 95 -1 byte-mult) ; v19 only 490 (byte-defop 95 -1 byte-mult) ; v19 only
491 (byte-defop 96 1 byte-point) 491 (byte-defop 96 1 byte-point)
492 (byte-defop 97 0 byte-save-current-buffer
493 "To make a binding to record the current buffer")
494 (byte-defop 98 0 byte-goto-char) 492 (byte-defop 98 0 byte-goto-char)
495 (byte-defop 99 0 byte-insert) 493 (byte-defop 99 0 byte-insert)
496 (byte-defop 100 1 byte-point-max) 494 (byte-defop 100 1 byte-point-max)
497 (byte-defop 101 1 byte-point-min) 495 (byte-defop 101 1 byte-point-min)
498 (byte-defop 102 0 byte-char-after) 496 (byte-defop 102 0 byte-char-after)
505 (byte-defop 109 1 byte-eobp) 503 (byte-defop 109 1 byte-eobp)
506 (byte-defop 110 1 byte-bolp) 504 (byte-defop 110 1 byte-bolp)
507 (byte-defop 111 1 byte-bobp) 505 (byte-defop 111 1 byte-bobp)
508 (byte-defop 112 1 byte-current-buffer) 506 (byte-defop 112 1 byte-current-buffer)
509 (byte-defop 113 0 byte-set-buffer) 507 (byte-defop 113 0 byte-set-buffer)
510 (byte-defop 114 1 byte-read-char-OBSOLETE) 508 (byte-defop 114 0 byte-save-current-buffer
509 "To make a binding to record the current buffer")
511 (byte-defop 115 0 byte-set-mark-OBSOLETE) 510 (byte-defop 115 0 byte-set-mark-OBSOLETE)
512 (byte-defop 116 1 byte-interactive-p) 511 (byte-defop 116 1 byte-interactive-p)
513 512
514 ;; These ops are new to v19 513 ;; These ops are new to v19
515 (byte-defop 117 0 byte-forward-char) 514 (byte-defop 117 0 byte-forward-char)