/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.312 by lektu, Wed Jul 3 09:17:35 2002 UTC revision 1.313 by monnier, Sun Jul 7 20:48:58 2002 UTC
# Line 708  Like the function `insert' except that a Line 708  Like the function `insert' except that a
708  is converted into a string by expressing it in decimal."  is converted into a string by expressing it in decimal."
709    (dolist (el args)    (dolist (el args)
710      (insert (if (integerp el) (number-to-string el) el))))      (insert (if (integerp el) (number-to-string el) el))))
711    (make-obsolete 'insert-string 'insert "21.4")
712  (make-obsolete 'insert-string 'insert "21.3")  (defun makehash (&optional test) (make-hash-table :test (or test 'eql)))
713    (make-obsolete 'makehash 'make-hash-table "21.4")
714    
715  ;; Some programs still use this as a function.  ;; Some programs still use this as a function.
716  (defun baud-rate ()  (defun baud-rate ()

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26