From 35bfeac0e510da8239e5878098e8a036d10231b5 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 1 May 2005 13:28:55 +0000 Subject: [PATCH] (dot, dot-min, dot-max): Don't create bytecode symbols. --- lisp/emacs-lisp/bytecomp.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 08d5515524d..b93979de82c 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -2900,9 +2900,6 @@ That command is designed for interactive use only" fn)) (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) -- 2.39.2