# HG changeset patch # User Nick Roberts # Date 1114954135 0 # Node ID ab5cfcb3ccdb288e8f5c44ed9f69cd861e883c55 # Parent 7e010855435e91f80f4912123882adf749f107b0 (dot, dot-min, dot-max): Don't create bytecode symbols. diff -r 7e010855435e -r ab5cfcb3ccdb lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Sun May 01 13:27:53 2005 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Sun May 01 13:28:55 2005 +0000 @@ -2900,9 +2900,6 @@ (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)