From 8b82491680ef28bc25d8d4615341f464e8096997 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 19 Sep 1992 07:51:41 +0000 Subject: [PATCH] *** empty log message *** --- lisp/subr.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/subr.el b/lisp/subr.el index 486a217c76..459674a980 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -78,6 +78,11 @@ Optional argument PROMPT specifies a string to use to prompt the user." (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) -- 2.39.2