diff options
| author | Richard M. Stallman | 1992-09-19 07:51:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-19 07:51:41 +0000 |
| commit | 8b82491680ef28bc25d8d4615341f464e8096997 (patch) | |
| tree | dd9322897218fa9ede3b200cb56e91869b1e6171 | |
| parent | ba0b5507550c02a6d9c08588a9d44d2845b03ff6 (diff) | |
| download | emacs-8b82491680ef28bc25d8d4615341f464e8096997.tar.gz emacs-8b82491680ef28bc25d8d4615341f464e8096997.zip | |
*** 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." | |||
| 78 | (interactive) | 78 | (interactive) |
| 79 | (ding)) | 79 | (ding)) |
| 80 | 80 | ||
| 81 | ;; Some programs still use this as a function. | ||
| 82 | (defun baud-rate () | ||
| 83 | "Obsolete function returning the value of the `baud-rate' variable." | ||
| 84 | baud-rate) | ||
| 85 | |||
| 81 | ;Prevent the \{...} documentation construct | 86 | ;Prevent the \{...} documentation construct |
| 82 | ;from mentioning keys that run this command. | 87 | ;from mentioning keys that run this command. |
| 83 | (put 'undefined 'suppress-keymap t) | 88 | (put 'undefined 'suppress-keymap t) |