# HG changeset patch # User Richard M. Stallman # Date 902614976 0 # Node ID cd50dfa70bb2590a009dafd194867966bb4f1e75 # Parent dd92cb09f5d1c2ce22c751eb3190abf53da41a0f Delete the undo-in-progress compatibility code. diff -r dd92cb09f5d1 -r cd50dfa70bb2 lisp/hilit-chg.el --- a/lisp/hilit-chg.el Sat Aug 08 22:20:17 1998 +0000 +++ b/lisp/hilit-chg.el Sat Aug 08 22:22:56 1998 +0000 @@ -195,16 +195,6 @@ ;;; Code: -;; ========== Remove when undo-in-progress is set by emacs ======== -(unless (boundp 'undo-in-progress) - (message "advising undo...") - (eval-when-compile (require 'advice)) - (defvar undo-in-progress nil) ;; only undo should change this! - (defadvice undo (around record-this-is-an-undo activate) - (let ((undo-in-progress t)) - ad-do-it))) -;; ================================================================ - (require 'wid-edit) ;; ====================== Customization ======================= @@ -1198,5 +1188,5 @@ (provide 'hilit-chg) + ;;; hilit-chg.el ends here -