diff options
| -rw-r--r-- | lisp/subr.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 486a217c766..459674a9802 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) |
