]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete the undo-in-progress compatibility code.
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Aug 1998 22:22:56 +0000 (22:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Aug 1998 22:22:56 +0000 (22:22 +0000)
lisp/hilit-chg.el

index 132d8f81b1054f86eaeea54a3fcbdb347f76d776..eae732b8d3f227605d3c62f2422487494f8bf3c3 100644 (file)
 
 ;;; 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 @@ from `global-highlight-changes' when turning on global Highlight Changes mode.
 
 
 (provide 'hilit-chg)
-;;; hilit-chg.el ends here
 
+;;; hilit-chg.el ends here