Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.162 
emacs/lisp/emacs-lisp/bytecomp.el:2.163
*** emacs/lisp/emacs-lisp/bytecomp.el:2.162     Wed Mar  9 10:16:02 2005
--- emacs/lisp/emacs-lisp/bytecomp.el   Sun May  1 13:28:55 2005
***************
*** 2900,2908 ****
  (put 'byte-concatN 'byte-opcode-invert 'concat)
  (put 'byte-insertN 'byte-opcode-invert 'insert)
  
- (byte-defop-compiler (dot byte-point)         0)
- (byte-defop-compiler (dot-max byte-point-max) 0)
- (byte-defop-compiler (dot-min byte-point-min) 0)
  (byte-defop-compiler point            0)
  ;;(byte-defop-compiler mark           0) ;; obsolete
  (byte-defop-compiler point-max                0)
--- 2900,2905 ----


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to