diff options
author | Chong Yidong <cyd@gnu.org> | 2012-06-10 21:20:58 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-06-10 21:20:58 +0800 |
commit | 31ca4639ad1bfaa355a3f30ef92eb977bd2c6b78 (patch) | |
tree | 77814646f8df2d6c463fe0052ff25f8635d410b5 /lisp/allout-widgets.el | |
parent | c758c4fd178a3778b7e6f235af41a898a8e7b972 (diff) | |
parent | edcdbe4d3121ac663c2c72fce5b69a59c86ecaa1 (diff) | |
download | emacs-31ca4639ad1bfaa355a3f30ef92eb977bd2c6b78.tar.gz |
Merge from emacs-24; up to 2012-04-25T15:23:19Z!sdl.web@gmail.com
Diffstat (limited to 'lisp/allout-widgets.el')
-rw-r--r-- | lisp/allout-widgets.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index 6a5b0d5f7bf..962a8fb557a 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) |