From: Chong Yidong Date: Thu, 7 Jun 2012 14:30:54 +0000 (+0800) Subject: * allout-widgets.el: Fix code header X-Git-Tag: emacs-24.1~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00cd0305d53623a78a94bd3fc437c344e1098656;p=emacs.git * allout-widgets.el: Fix code header --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f365da0aa0f..d788989396a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,10 @@ * Version 24.1 released. +2012-06-01 Chong Yidong + + * allout-widgets.el: Fix code header + 2012-06-01 Chong Yidong * cus-edit.el (customize-changed-options-previous-release): Bump diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index 86d567bcdde..f1e328bec74 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el @@ -64,7 +64,7 @@ ;; systematically couple overlays, graphics, and other features with ;; allout-governed text. -;;;_: Code (structured with comments that delineate an allout outline) +;;; Code: ;;;_ : General Environment (require 'allout)