* lisp/vc/diff-mode.el (diff-undo): New obsolete function alias.

This commit is contained in:
Sean Whitton 2026-01-01 11:45:59 +00:00
parent 47dd565d39
commit e1f87081d4

View file

@ -2815,6 +2815,8 @@ Call FUN with two args (BEG and END) for each hunk."
(defun diff--overlay-auto-delete (ol _after _beg _end &optional _len)
(delete-overlay ol))
(define-obsolete-function-alias 'diff-undo #'undo-ignore-read-only "31.1")
;;;###autoload
(defcustom diff-add-log-use-relative-names nil
"Use relative file names when generating ChangeLog skeletons.