From 475fb2fb88e67b88f094f572865b75f050e151fe Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 16 Aug 1999 20:57:24 +0000 Subject: [PATCH] (point-at-eol, point-at-bol): New aliases. --- lisp/subr.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5