Mercurial > emacs
changeset 25293:fd43e1a99384
(point-at-eol, point-at-bol): New aliases.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 16 Aug 1999 20:57:24 +0000 |
parents | 0a9e93f020a3 |
children | 16dc368b49dd |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Mon Aug 16 20:42:38 1999 +0000 +++ b/lisp/subr.el Mon Aug 16 20:57:24 1999 +0000 @@ -557,6 +557,8 @@ (defalias 'search-backward-regexp (symbol-function 're-search-backward)) (defalias 'int-to-string 'number-to-string) (defalias 'store-match-data 'set-match-data) +(defalias 'point-at-eol 'line-end-position) +(defalias 'point-at-bol 'line-beginning-position) ;;; Should this be an obsolete name? If you decide it should, you get ;;; to go through all the sources and change them.