# HG changeset patch
# User Karl Heuer <kwzh@gnu.org>
# Date 934837044 0
# Node ID fd43e1a9938493794483e341531257c87bafa85e
# Parent  0a9e93f020a3d3eb2665cea2a61dbc03f2dd2f1a
(point-at-eol, point-at-bol): New aliases.

diff -r 0a9e93f020a3 -r fd43e1a99384 lisp/subr.el
--- 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.