diff options
author | Chong Yidong <cyd@gnu.org> | 2012-06-07 22:30:54 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-06-07 22:30:54 +0800 |
commit | 00cd0305d53623a78a94bd3fc437c344e1098656 (patch) | |
tree | e20877dbf05aa24ecb49341374dc835003e2ca16 /lisp | |
parent | dc8253995e4412f1356914540c2936489ba805f9 (diff) | |
download | emacs-00cd0305d53623a78a94bd3fc437c344e1098656.tar.gz |
* allout-widgets.el: Fix code header
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/allout-widgets.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f365da0aa0f..d788989396a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,10 @@ 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 to 23.4. 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) |