comparison lisp/hilit-chg.el @ 24554:9a9a307e9a57

(highlight-changes): Add defgroup :version.
author Dave Love <fx@gnu.org>
date Wed, 31 Mar 1999 16:09:40 +0000
parents ca8cd9d60c47
children 121060238dc8
comparison
equal deleted inserted replaced
24553:bc3afd224741 24554:9a9a307e9a57
195 (require 'wid-edit) 195 (require 'wid-edit)
196 196
197 ;; ====================== Customization ======================= 197 ;; ====================== Customization =======================
198 (defgroup highlight-changes nil 198 (defgroup highlight-changes nil
199 "Highlight Changes mode." 199 "Highlight Changes mode."
200 :version "20.4"
200 :group 'faces) 201 :group 'faces)
201 202
202 203
203 ;; Face information: How the changes appear. 204 ;; Face information: How the changes appear.
204 205