emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 19 Jul 2002 02:24:41 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.313 emacs/lisp/subr.el:1.314
*** emacs/lisp/subr.el:1.313    Sun Jul  7 16:48:58 2002
--- emacs/lisp/subr.el  Fri Jul 19 02:24:41 2002
***************
*** 701,706 ****
--- 701,714 ----
  (make-obsolete 'sref 'aref "20.4")
  (make-obsolete 'char-bytes "now always returns 1 (maintained for backward 
compatibility)." "20.4")
  (make-obsolete 'chars-in-region "use (abs (- BEG END))." "20.3")
+ (make-obsolete 'dot 'point            "before 19.15")
+ (make-obsolete 'dot-max 'point-max    "before 19.15")
+ (make-obsolete 'dot-min 'point-min    "before 19.15")
+ (make-obsolete 'dot-marker 'point-marker "before 19.15")
+ (make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15")
+ (make-obsolete 'baud-rate "use the baud-rate variable instead." "before 
19.15")
+ (make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15")
+ (make-obsolete 'define-function 'defalias "20.1")
  
  (defun insert-string (&rest args)
    "Mocklisp-compatibility insert function.



reply via email to

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