summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>1998-09-18 09:41:31 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>1998-09-18 09:41:31 +0000
commit115db33eb5c6c085401dbf7f6bccd14db7058e1d (patch)
tree50a1a6a0126552cfefa75f77ab19175dee22f5cd /lisp/progmodes
parent938121302cf47cfbfde4e22f202cb8ebc2012e6e (diff)
downloademacs-115db33eb5c6c085401dbf7f6bccd14db7058e1d.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/hideshow.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el
index d811e7d50b8..4a241880eb7 100644
--- a/lisp/progmodes/hideshow.el
+++ b/lisp/progmodes/hideshow.el
@@ -5,7 +5,7 @@
;; Author: Thien-Thi Nguyen <ttn@netcom.com>
;; Dan Nicolaescu <done@ece.arizona.edu>
;; 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 <done@ece.arizona.edu>, who
;; reimplemented hideshow using overlays (rather than selective display),
@@ -511,7 +512,7 @@ function; and adjust-block-beginning function."
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.