Mercurial > emacs
changeset 105111:5113b774dd11
* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 19 Sep 2009 19:54:36 +0000 |
parents | ae2f5001d865 |
children | d2b9d18c1008 |
files | lisp/ChangeLog lisp/subr.el |
diffstat | 2 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 19 19:43:37 2009 +0000 +++ b/lisp/ChangeLog Sat Sep 19 19:54:36 2009 +0000 @@ -1,5 +1,7 @@ 2009-09-19 Chong Yidong <cyd@stupidchicken.com> + * subr.el (baud-rate): Remove long-obsolete function (Bug#4372). + * time-stamp.el (time-stamp-month-dd-yyyy) (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy) (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
--- a/lisp/subr.el Sat Sep 19 19:43:37 2009 +0000 +++ b/lisp/subr.el Sat Sep 19 19:54:36 2009 +0000 @@ -1072,12 +1072,6 @@ (defun makehash (&optional test) (make-hash-table :test (or test 'eql))) (make-obsolete 'makehash 'make-hash-table "22.1") -;; Some programs still use this as a function. -(defun baud-rate () - "Return the value of the `baud-rate' variable." - baud-rate) -(make-obsolete 'baud-rate "use the `baud-rate' variable instead." "before 19.15") - ;; These are used by VM and some old programs (defalias 'focus-frame 'ignore "") (make-obsolete 'focus-frame "it does nothing." "22.1")