emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Sun, 01 May 2005 09:28:55 -0400

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.162 
emacs/lisp/emacs-lisp/bytecomp.el:2.163
*** emacs/lisp/emacs-lisp/bytecomp.el:2.162     Wed Mar  9 10:16:02 2005
--- emacs/lisp/emacs-lisp/bytecomp.el   Sun May  1 13:28:55 2005
***************
*** 2900,2908 ****
  (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)
--- 2900,2905 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]