]> git.eshelyaron.com Git - emacs.git/commitdiff
* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 19 Sep 2009 19:54:36 +0000 (19:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 19 Sep 2009 19:54:36 +0000 (19:54 +0000)
lisp/ChangeLog
lisp/subr.el

index 2a949595ef7f57aae02dc175f19cd201533f0c61..72d309fd0eedd6184e99f8a579a825d8ba400184 100644 (file)
@@ -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)
index e8d7072081eed9d711c8be42b1b8e4aa964cec5a..ac8743e683e217d7130e979bd9b9088df22449a4 100644 (file)
@@ -1072,12 +1072,6 @@ is converted into a string by expressing it in decimal."
 (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")