(dot, dot-min, dot-max): Don't create
bytecode symbols.
This commit is contained in:
parent
9ded0282d6
commit
35bfeac0e5
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue