comparison lisp/emacs-lisp/bytecomp.el @ 46050:9c0b15b35ce2

(baud-rate): Fix obsolescence declaration. (meta-flag): Likewise.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 27 Jun 2002 16:07:04 +0000
parents 503e1f14ba3d
children 79f132657570
comparison
equal deleted inserted replaced
46049:9a8b290e13d9 46050:9c0b15b35ce2
8 ;; Maintainer: FSF 8 ;; Maintainer: FSF
9 ;; Keywords: lisp 9 ;; Keywords: lisp
10 10
11 ;;; This version incorporates changes up to version 2.10 of the 11 ;;; This version incorporates changes up to version 2.10 of the
12 ;;; Zawinski-Furuseth compiler. 12 ;;; Zawinski-Furuseth compiler.
13 (defconst byte-compile-version "$Revision: 2.99 $") 13 (defconst byte-compile-version "$Revision: 2.100 $")
14 14
15 ;; This file is part of GNU Emacs. 15 ;; This file is part of GNU Emacs.
16 16
17 ;; GNU Emacs is free software; you can redistribute it and/or modify 17 ;; GNU Emacs is free software; you can redistribute it and/or modify
18 ;; it under the terms of the GNU General Public License as published by 18 ;; it under the terms of the GNU General Public License as published by
3760 (make-obsolete 'dot-max 'point-max "before 19.15") 3760 (make-obsolete 'dot-max 'point-max "before 19.15")
3761 (make-obsolete 'dot-min 'point-min "before 19.15") 3761 (make-obsolete 'dot-min 'point-min "before 19.15")
3762 (make-obsolete 'dot-marker 'point-marker "before 19.15") 3762 (make-obsolete 'dot-marker 'point-marker "before 19.15")
3763 3763
3764 (make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15") 3764 (make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15")
3765 (make-obsolete 'baud-rate "use the baud-rate variable instead" "before 19.15") 3765 (make-obsolete 'baud-rate "use the baud-rate variable instead." "before 19.15")
3766 (make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15") 3766 (make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15")
3767 (make-obsolete 'define-function 'defalias "20.1") 3767 (make-obsolete 'define-function 'defalias "20.1")
3768 (make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15") 3768 (make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15")
3769 (make-obsolete-variable 'blink-paren-hook 'blink-paren-function "before 19.15") 3769 (make-obsolete-variable 'blink-paren-hook 'blink-paren-function "before 19.15")
3770 (make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function "before 19.15") 3770 (make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function "before 19.15")
3777 (make-obsolete-variable 'unread-command-event 3777 (make-obsolete-variable 'unread-command-event
3778 "use unread-command-events; which is a list of events rather than a single event." 3778 "use unread-command-events; which is a list of events rather than a single event."
3779 "before 19.15") 3779 "before 19.15")
3780 (make-obsolete-variable 'suspend-hooks 'suspend-hook "before 19.15") 3780 (make-obsolete-variable 'suspend-hooks 'suspend-hook "before 19.15")
3781 (make-obsolete-variable 'comment-indent-hook 'comment-indent-function "before 19.15") 3781 (make-obsolete-variable 'comment-indent-hook 'comment-indent-function "before 19.15")
3782 (make-obsolete-variable 'meta-flag "Use the set-input-mode function instead." "before 19.34") 3782 (make-obsolete-variable 'meta-flag "use the set-input-mode function instead." "before 19.34")
3783 (make-obsolete-variable 'executing-macro 'executing-kbd-macro "before 19.34") 3783 (make-obsolete-variable 'executing-macro 'executing-kbd-macro "before 19.34")
3784 (make-obsolete-variable 'before-change-function 3784 (make-obsolete-variable 'before-change-function
3785 "use before-change-functions; which is a list of functions rather than a single function." 3785 "use before-change-functions; which is a list of functions rather than a single function."
3786 "before 19.34") 3786 "before 19.34")
3787 (make-obsolete-variable 'after-change-function 3787 (make-obsolete-variable 'after-change-function