Mercurial > emacs
changeset 1166:45fbb83b8160
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 19 Sep 1992 07:51:41 +0000 |
parents | 8aa120c74487 |
children | a9aeeaa9da8f |
files | lisp/subr.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)