1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(point-at-eol, point-at-bol): New aliases.

This commit is contained in:
Karl Heuer 1999-08-16 20:57:24 +00:00
parent 93be67de75
commit 475fb2fb88

View 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.