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:
parent
93be67de75
commit
475fb2fb88
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user