# HG changeset patch # User Richard M. Stallman # Date 871092689 0 # Node ID 520a7d40d75c5bdb213c59bfedca2f48bff360b0 # Parent 9b2a1f0c73dcee6ac0bb022fd23806e350a30861 Correct the autoload cookies. diff -r 9b2a1f0c73dc -r 520a7d40d75c lisp/progmodes/hideshow.el --- a/lisp/progmodes/hideshow.el Sat Aug 09 01:46:03 1997 +0000 +++ b/lisp/progmodes/hideshow.el Sat Aug 09 02:11:29 1997 +0000 @@ -1,6 +1,6 @@ ;;; hideshow.el --- minor mode cmds to selectively display blocks of code -;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation +;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation ;; Author: Thien-Thi Nguyen ;; Maintainer: Dan Nicolaescu @@ -75,13 +75,13 @@ :prefix "hs-" :group 'languages) -;;;#autoload +;;;###autoload (defcustom hs-hide-comments-when-hiding-all t "Hide the comments too when you do an `hs-hide-all'." :type 'boolean :group 'hideshow) -;;;#autoload +;;;###autoload (defcustom hs-show-hidden-short-form t "Leave only the first line visible in a hidden block. If t only the first line is visible when a block is in the hidden state, @@ -155,7 +155,7 @@ Values other than these four will be interpreted as `signal'.") -;;;#autoload +;;;###autoload (defvar hs-special-modes-alist '((c-mode "{" "}" nil nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning)