changeset 61966:ab5cfcb3ccdb

(dot, dot-min, dot-max): Don't create bytecode symbols.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 01 May 2005 13:28:55 +0000
parents 7e010855435e
children d9764486d42f
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)