diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-06-01 05:07:32 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-06-01 05:07:32 +0000 |
commit | 2598a293aee59c687a20a9de623d3b21ef69e76b (patch) | |
tree | 51eab6c9e51b4f8d3da4d77ad0574fc7aafca387 /lisp/subr.el | |
parent | 342a1e7b200193b4373c8fed3f9ff46a36557637 (diff) | |
download | emacs-2598a293aee59c687a20a9de623d3b21ef69e76b.tar.gz |
Update calls to make-obsolete with a WHEN argument.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index e33d2b027f5..9bef0025d52 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -615,8 +615,8 @@ as returned by the `event-start' and `event-end' functions." (defalias 'define-function 'defalias) (defalias 'sref 'aref) -(make-obsolete 'sref 'aref) -(make-obsolete 'char-bytes "Now this function always returns 1") +(make-obsolete 'sref 'aref "20.4") +(make-obsolete 'char-bytes "Now this function always returns 1" "20.4") ;; Some programs still use this as a function. (defun baud-rate () |