comparison lisp/subr.el @ 1903:87f63305319f

* subr.el (string-to-int): Make this an alias for string-to-number.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:16:25 +0000
parents 4262f19c6cc9
children 3c827b8110db
comparison
equal deleted inserted replaced
1902:6eb6b48f6bf1 1903:87f63305319f
242 (fset 'beep 'ding) ;preserve lingual purtity 242 (fset 'beep 'ding) ;preserve lingual purtity
243 (fset 'indent-to-column 'indent-to) 243 (fset 'indent-to-column 'indent-to)
244 (fset 'backward-delete-char 'delete-backward-char) 244 (fset 'backward-delete-char 'delete-backward-char)
245 (fset 'search-forward-regexp (symbol-function 're-search-forward)) 245 (fset 'search-forward-regexp (symbol-function 're-search-forward))
246 (fset 'search-backward-regexp (symbol-function 're-search-backward)) 246 (fset 'search-backward-regexp (symbol-function 're-search-backward))
247
248 ;;; Should this be an obsolete name? If you decide it should, you get
249 ;;; to go through all the sources and change them.
250 (fset 'string-to-int 'string-to-number)
247 251
248 ;;; global-map, esc-map, and ctl-x-map have their values set up 252 ;;; global-map, esc-map, and ctl-x-map have their values set up
249 ;;; in keymap.c. 253 ;;; in keymap.c.
250 (defvar global-map nil 254 (defvar global-map nil
251 "Default global keymap mapping Emacs keyboard input into commands. 255 "Default global keymap mapping Emacs keyboard input into commands.