bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23823: Acknowledgement (25.0.95; Reset between highlight buffer/file


From: Tino Calancha
Subject: bug#23823: Acknowledgement (25.0.95; Reset between highlight buffer/file comparisons)
Date: Wed, 22 Jun 2016 19:22:07 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



Following patch fixed it calling
(and highlight-changes-mode (hilit-chg-clear))
each time
(highlight-changes-mode 1)
is called.

Sorry, the patch use:
(when highlight-changes-mode
  (hilit-chg-clear))

instead of:
(and highlight-changes-mode (hilit-chg-clear))

It doesn't affect my comment: it would be better if such calls
to 'hilit-chg-clear were handle automatically, instead of repeated
'by hand' each time.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]