aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts2005-05-01 13:28:55 +0000
committerNick Roberts2005-05-01 13:28:55 +0000
commit35bfeac0e510da8239e5878098e8a036d10231b5 (patch)
treee46486ebca56ff336bc33110127210f057f9a3d2 /lisp
parent9ded0282d6620b32a31d21cda3bb613f4453e130 (diff)
downloademacs-35bfeac0e510da8239e5878098e8a036d10231b5.tar.gz
emacs-35bfeac0e510da8239e5878098e8a036d10231b5.zip
(dot, dot-min, dot-max): Don't create
bytecode symbols.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 0 insertions, 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))
2900(put 'byte-concatN 'byte-opcode-invert 'concat) 2900(put 'byte-concatN 'byte-opcode-invert 'concat)
2901(put 'byte-insertN 'byte-opcode-invert 'insert) 2901(put 'byte-insertN 'byte-opcode-invert 'insert)
2902 2902
2903(byte-defop-compiler (dot byte-point) 0)
2904(byte-defop-compiler (dot-max byte-point-max) 0)
2905(byte-defop-compiler (dot-min byte-point-min) 0)
2906(byte-defop-compiler point 0) 2903(byte-defop-compiler point 0)
2907;;(byte-defop-compiler mark 0) ;; obsolete 2904;;(byte-defop-compiler mark 0) ;; obsolete
2908(byte-defop-compiler point-max 0) 2905(byte-defop-compiler point-max 0)