From: Richard M. Stallman Date: Tue, 11 Aug 1998 15:00:19 +0000 (+0000) Subject: Comment changes. X-Git-Tag: emacs-20.3~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81e39f174dbbf0e6171fb45075aeb849cba82d22;p=emacs.git Comment changes. --- diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index eae732b8d3f..607affcaf8e 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -175,16 +175,11 @@ ;; R Sharman (rsharman@magma.ca) Feb 1998: ;; - initial release as change-mode. -;; Ray Nickson (nickson@mcs.vuw.ac.nz) 20 Feb 1998: -;; - deleting text causes surrounding characters to be highlighted. -;; - make it only active for the current buffer. ;; Jari Aalto Mar 1998 ;; - fixes for byte compile errors ;; - use eval-and-compile for autoload ;; Marijn Ros Mar 98 ;; - suggested turning it on by default -;; Adrian Bridgett June 98: -;; - make hide/unhide not affect the buffer modified status ;; Eric Ludlam Suggested using overlays. ;; July 98 ;; - global mode and various stuff added