# HG changeset patch # User Thien-Thi Nguyen # Date 906111691 0 # Node ID 99892dbdb77466d54c2901f72b76e00ab537ef4e # Parent 912ae6c6787d717d71339d48a99beadfd138d755 *** empty log message *** diff -r 912ae6c6787d -r 99892dbdb774 lisp/progmodes/hideshow.el --- a/lisp/progmodes/hideshow.el Fri Sep 18 09:22:48 1998 +0000 +++ b/lisp/progmodes/hideshow.el Fri Sep 18 09:41:31 1998 +0000 @@ -5,7 +5,7 @@ ;; Author: Thien-Thi Nguyen ;; Dan Nicolaescu ;; Keywords: C C++ java lisp tools editing comments blocks hiding outlines -;; Maintainer-Version: 4.21 +;; Maintainer-Version: 4.22 ;; Time-of-Day-Author-Most-Likely-to-be-Recalcitrant: early morning ;; This file is part of GNU Emacs. @@ -90,6 +90,7 @@ ;; qhslali@aom.ericsson.se Lars Lindberg ;; sheff@edcsgw2.cr.usgs.gov Keith Sheffield ;; ware@cis.ohio-state.edu Pete Ware +;; d.love@dl.ac.uk Dave Love ;; ;; Special thanks go to Dan Nicolaescu , who ;; reimplemented hideshow using overlays (rather than selective display), @@ -511,7 +512,7 @@ c-start-regexp))) hs-forward-sexp-func (or (nth 4 lookup) 'forward-sexp) hs-adjust-block-beginning (nth 5 lookup))) - (error "% Mode doesn't support Hideshow Mode" mode-name))) + (error "%s Mode doesn't support Hideshow Mode" mode-name))) (defun hs-find-block-beginning () "Reposition point at block-start.