From 23d93b6a88c3afe2529261635b2edc54b34ef63c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Aug 1997 02:11:29 +0000 Subject: [PATCH] Correct the autoload cookies. --- lisp/progmodes/hideshow.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 585930e21a7..1ea9c4e7a57 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -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 @@ This error is usually signaled by `hs-show-block'. One of four values: 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) -- 2.39.2