Mercurial > emacs
changeset 40538:4b57ae8d5508
(autoconf-mode): Fix comment-start-skip.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 31 Oct 2001 02:32:18 +0000 |
parents | 12c60dbbc4fe |
children | 901d871219d0 |
files | lisp/progmodes/autoconf.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/autoconf.el Wed Oct 31 02:26:38 2001 +0000 +++ b/lisp/progmodes/autoconf.el Wed Oct 31 02:32:18 2001 +0000 @@ -4,7 +4,7 @@ ;; Author: Dave Love <fx@gnu.org> ;; Keywords: languages -;; $Revision: 1.1 $ +;; $Revision: 1.2 $ ;; This file is part of GNU Emacs. @@ -93,7 +93,7 @@ (set (make-local-variable 'defun-prompt-regexp) "^[ \t]*A[CM]_\\(\\sw\\|\\s_\\)+") (set (make-local-variable 'comment-start) "dnl ") - (set (make-local-variable 'comment-start-skip) "\\(\\<dnl\\|#\\) +") + (set (make-local-variable 'comment-start-skip) "\\(?:\\<dnl\\|#\\) +") (set (make-local-variable 'font-lock-syntactic-keywords) autoconf-font-lock-syntactic-keywords) (set (make-local-variable 'font-lock-defaults)