[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/subr.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/subr.el |
Date: |
Thu, 19 May 2005 19:44:18 -0400 |
Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.454 emacs/lisp/subr.el:1.455
*** emacs/lisp/subr.el:1.454 Thu May 19 15:43:48 2005
--- emacs/lisp/subr.el Thu May 19 23:44:17 2005
***************
*** 758,771 ****
;;;; Obsolescent names for functions.
! (define-obsolete-function-alias 'window-dot 'window-point)
! (define-obsolete-function-alias 'set-window-dot 'set-window-point)
! (define-obsolete-function-alias 'read-input 'read-string)
! (define-obsolete-function-alias 'send-string 'process-send-string)
! (define-obsolete-function-alias 'send-region 'process-send-region)
! (define-obsolete-function-alias 'show-buffer 'set-window-buffer)
! (define-obsolete-function-alias 'eval-current-buffer 'eval-buffer)
! (define-obsolete-function-alias 'string-to-int 'string-to-number)
(make-obsolete 'char-bytes "now always returns 1." "20.4")
--- 758,769 ----
;;;; Obsolescent names for functions.
! (define-obsolete-function-alias 'window-dot 'window-point "22.1")
! (define-obsolete-function-alias 'set-window-dot 'set-window-point "22.1")
! (define-obsolete-function-alias 'read-input 'read-string "22.1")
! (define-obsolete-function-alias 'show-buffer 'set-window-buffer "22.1")
! (define-obsolete-function-alias 'eval-current-buffer 'eval-buffer "22.1")
! (define-obsolete-function-alias 'string-to-int 'string-to-number "22.1")
(make-obsolete 'char-bytes "now always returns 1." "20.4")
***************
*** 808,813 ****
--- 806,813 ----
;;;; Alternate names for functions - these are not being phased out.
+ (defalias 'send-string 'process-send-string)
+ (defalias 'send-region 'process-send-region)
(defalias 'string= 'string-equal)
(defalias 'string< 'string-lessp)
(defalias 'move-marker 'set-marker)
- [Emacs-diffs] Changes to emacs/lisp/subr.el, (continued)
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Nick Roberts, 2005/05/01
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Nick Roberts, 2005/05/01
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Luc Teirlinck, 2005/05/02
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Richard M . Stallman, 2005/05/14
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F . Storm, 2005/05/16
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Nick Roberts, 2005/05/16
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/05/17
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Nick Roberts, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Richard M . Stallman, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/subr.el,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/05/22
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Lute Kamstra, 2005/05/22
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Lute Kamstra, 2005/05/26
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Richard M . Stallman, 2005/05/29