# HG changeset patch # User Roland Winkler # Date 1203968854 0 # Node ID f6fa050c615af14b80a1fbd4b7bde34da137046f # Parent 4a11735d1bdb1979978bd1b9a79789fb477b3fac * textmodes/bibtex.el: Remove support for hideshow minor mode as it duplicates the bibtex support in progmodes/hideshow.el. * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex entry that do not start at the beginning of a line. diff -r 4a11735d1bdb -r f6fa050c615a lisp/progmodes/hideshow.el --- a/lisp/progmodes/hideshow.el Mon Feb 25 19:09:22 2008 +0000 +++ b/lisp/progmodes/hideshow.el Mon Feb 25 19:47:34 2008 +0000 @@ -273,7 +273,7 @@ (defvar hs-special-modes-alist '((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) - (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) + (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning)) "*Alist for initializing the hideshow variables for different modes. Each element has the form