]> git.eshelyaron.com Git - emacs.git/commitdiff
(point-at-eol, point-at-bol): New aliases.
authorKarl Heuer <kwzh@gnu.org>
Mon, 16 Aug 1999 20:57:24 +0000 (20:57 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 16 Aug 1999 20:57:24 +0000 (20:57 +0000)
lisp/subr.el

index 04b840e882fc0c14b7f78a6260d3ead533fb894c..0d918e10dd5892a60fb47c3bdd6aef2b06245578 100644 (file)
@@ -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.