summaryrefslogtreecommitdiff
path: root/lisp/hilit-chg.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-08-11 15:00:19 +0000
committerRichard M. Stallman <rms@gnu.org>1998-08-11 15:00:19 +0000
commit81e39f174dbbf0e6171fb45075aeb849cba82d22 (patch)
treef9dfa1d32d8474cbcee488f35304b1a199508f5e /lisp/hilit-chg.el
parent118a3c046e4cf824c0e7190bea4f683b50914165 (diff)
downloademacs-81e39f174dbbf0e6171fb45075aeb849cba82d22.tar.gz
Comment changes.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r--lisp/hilit-chg.el5
1 files changed, 0 insertions, 5 deletions
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 <jari.aalto@ntc.nokia.com> Mar 1998
;; - fixes for byte compile errors
;; - use eval-and-compile for autoload
;; Marijn Ros <J.M.Ros@fys.ruu.nl> Mar 98
;; - suggested turning it on by default
-;; Adrian Bridgett <adrian.bridgett@zetnet.co.uk> June 98:
-;; - make hide/unhide not affect the buffer modified status
;; Eric Ludlam <zappo@gnu.org> Suggested using overlays.
;; July 98
;; - global mode and various stuff added