aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
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."
557(defalias 'search-backward-regexp (symbol-function 're-search-backward)) 557(defalias 'search-backward-regexp (symbol-function 're-search-backward))
558(defalias 'int-to-string 'number-to-string) 558(defalias 'int-to-string 'number-to-string)
559(defalias 'store-match-data 'set-match-data) 559(defalias 'store-match-data 'set-match-data)
560(defalias 'point-at-eol 'line-end-position)
561(defalias 'point-at-bol 'line-beginning-position)
560 562
561;;; Should this be an obsolete name? If you decide it should, you get 563;;; Should this be an obsolete name? If you decide it should, you get
562;;; to go through all the sources and change them. 564;;; to go through all the sources and change them.