diff options
| author | Richard M. Stallman <rms@gnu.org> | 1992-09-19 07:51:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1992-09-19 07:51:41 +0000 |
| commit | 8b82491680ef28bc25d8d4615341f464e8096997 (patch) | |
| tree | dd9322897218fa9ede3b200cb56e91869b1e6171 | |
| parent | ba0b5507550c02a6d9c08588a9d44d2845b03ff6 (diff) | |
| download | emacs-8b82491680ef28bc25d8d4615341f464e8096997.tar.gz | |
*** empty log message ***
| -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) |
