emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog subr.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog subr.el
Date: Sat, 19 Sep 2009 19:54:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/09/19 19:54:39

Modified files:
        lisp           : ChangeLog subr.el 

Log message:
        * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16212&r2=1.16213
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/subr.el?cvsroot=emacs&r1=1.655&r2=1.656

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16212
retrieving revision 1.16213
diff -u -b -r1.16212 -r1.16213
--- ChangeLog   19 Sep 2009 19:43:37 -0000      1.16212
+++ ChangeLog   19 Sep 2009 19:54:36 -0000      1.16213
@@ -1,5 +1,7 @@
 2009-09-19  Chong Yidong  <address@hidden>
 
+       * 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: subr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/subr.el,v
retrieving revision 1.655
retrieving revision 1.656
diff -u -b -r1.655 -r1.656
--- subr.el     17 Sep 2009 20:47:52 -0000      1.655
+++ subr.el     19 Sep 2009 19:54:39 -0000      1.656
@@ -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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]