# HG changeset patch # User Richard M. Stallman # Date 716889101 0 # Node ID 45fbb83b81609a63d1b58e4ae7128cc1ee1b8500 # Parent 8aa120c744875ed5554a924f802d0912becfcd60 *** empty log message *** diff -r 8aa120c74487 -r 45fbb83b8160 lisp/subr.el --- a/lisp/subr.el Sat Sep 19 05:57:58 1992 +0000 +++ b/lisp/subr.el Sat Sep 19 07:51:41 1992 +0000 @@ -78,6 +78,11 @@ (interactive) (ding)) +;; Some programs still use this as a function. +(defun baud-rate () + "Obsolete function returning the value of the `baud-rate' variable." + baud-rate) + ;Prevent the \{...} documentation construct ;from mentioning keys that run this command. (put 'undefined 'suppress-keymap t)