From: Karl Heuer Date: Mon, 16 Aug 1999 20:57:24 +0000 (+0000) Subject: (point-at-eol, point-at-bol): New aliases. X-Git-Tag: emacs-pretest-21.0.90~7148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=475fb2fb88e67b88f094f572865b75f050e151fe;p=emacs.git (point-at-eol, point-at-bol): New aliases. --- diff --git a/lisp/subr.el b/lisp/subr.el index 04b840e882f..0d918e10dd5 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -557,6 +557,8 @@ Please convert your programs to use the variable `baud-rate' directly." (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.