changeset 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 9a8b290e13d9
children 990c78360ef5
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Thu Jun 27 16:01:35 2002 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Thu Jun 27 16:07:04 2002 +0000
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.99 $")
+(defconst byte-compile-version "$Revision: 2.100 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -3762,7 +3762,7 @@
 (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 '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")
 (make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15")
@@ -3779,7 +3779,7 @@
   "before 19.15")
 (make-obsolete-variable 'suspend-hooks 'suspend-hook "before 19.15")
 (make-obsolete-variable 'comment-indent-hook 'comment-indent-function "before 19.15")
-(make-obsolete-variable 'meta-flag "Use the set-input-mode function instead." "before 19.34")
+(make-obsolete-variable 'meta-flag "use the set-input-mode function instead." "before 19.34")
 (make-obsolete-variable 'executing-macro 'executing-kbd-macro "before 19.34")
 (make-obsolete-variable 'before-change-function
   "use before-change-functions; which is a list of functions rather than a single function."