aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-06-07 22:30:54 +0800
committerChong Yidong2012-06-07 22:30:54 +0800
commit00cd0305d53623a78a94bd3fc437c344e1098656 (patch)
treee20877dbf05aa24ecb49341374dc835003e2ca16
parentdc8253995e4412f1356914540c2936489ba805f9 (diff)
downloademacs-00cd0305d53623a78a94bd3fc437c344e1098656.tar.gz
emacs-00cd0305d53623a78a94bd3fc437c344e1098656.zip
* allout-widgets.el: Fix code header
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/allout-widgets.el2
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 @@
4 4
52012-06-01 Chong Yidong <cyd@gnu.org> 52012-06-01 Chong Yidong <cyd@gnu.org>
6 6
7 * allout-widgets.el: Fix code header
8
92012-06-01 Chong Yidong <cyd@gnu.org>
10
7 * cus-edit.el (customize-changed-options-previous-release): Bump 11 * cus-edit.el (customize-changed-options-previous-release): Bump
8 to 23.4. 12 to 23.4.
9 13
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 @@
64;; systematically couple overlays, graphics, and other features with 64;; systematically couple overlays, graphics, and other features with
65;; allout-governed text. 65;; allout-governed text.
66 66
67;;;_: Code (structured with comments that delineate an allout outline) 67;;; Code:
68 68
69;;;_ : General Environment 69;;;_ : General Environment
70(require 'allout) 70(require 'allout)