]> git.eshelyaron.com Git - emacs.git/commitdiff
* allout-widgets.el: Fix code header
authorChong Yidong <cyd@gnu.org>
Thu, 7 Jun 2012 14:30:54 +0000 (22:30 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 7 Jun 2012 14:30:54 +0000 (22:30 +0800)
lisp/ChangeLog
lisp/allout-widgets.el

index f365da0aa0f99cc2e9354054584970145194a051..d788989396a6bde34afe7b48e6783491f3ab3ed4 100644 (file)
@@ -2,6 +2,10 @@
 
        * Version 24.1 released.
 
+2012-06-01  Chong Yidong  <cyd@gnu.org>
+
+       * allout-widgets.el: Fix code header
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * cus-edit.el (customize-changed-options-previous-release): Bump
index 86d567bcddee7141d61627d3d8be585795e5c31d..f1e328bec7452e2ffa82a999d9ab7906168ae635 100644 (file)
@@ -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)