diff options
Diffstat (limited to 'compat-25.el')
| -rw-r--r-- | compat-25.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compat-25.el b/compat-25.el index b25288a..f0ac3ac 100644 --- a/compat-25.el +++ b/compat-25.el @@ -70,6 +70,11 @@ usage: (bool-vector &rest OBJECTS)" ?\\ ?/)) (aref name (1- (length name))))) +;;;; Defined in simple.el + +;; `save-excursion' behaved like `save-mark-and-excursion' before 25.1. +(compat-defalias save-mark-and-excursion save-excursion) + ;;;; Defined in subr.el (compat-defun string-greaterp (string1 string2) ;; <compat-tests:string-greaterp> |
