/[emacs]/emacs/lisp/progmodes/autoconf.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/autoconf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by miles, Mon Sep 1 15:45:34 2003 UTC revision 1.6 by schwab, Fri Nov 7 16:08:53 2003 UTC
# Line 1  Line 1 
1  ;;; autoconf.el --- mode for editing Autoconf configure.in files  ;;; autoconf.el --- mode for editing Autoconf configure.in files
2    
3  ;; Copyright (C) 2000 Free Software Foundation, Inc.  ;; Copyright (C) 2000, 2003 Free Software Foundation, Inc.
4    
5  ;; Author: Dave Love <fx@gnu.org>  ;; Author: Dave Love <fx@gnu.org>
6  ;; Keywords: languages  ;; Keywords: languages
# Line 50  Line 50 
50    "AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\(\\sw+\\)")    "AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\(\\sw+\\)")
51    
52  (defvar autoconf-font-lock-keywords  (defvar autoconf-font-lock-keywords
53    `(("A[CM]_\\sw+" . font-lock-keyword-face)    `(("A[CHM]_\\sw+" . font-lock-keyword-face)
54      (,autoconf-definition-regexp      (,autoconf-definition-regexp
55       3 font-lock-function-name-face)       3 font-lock-function-name-face)
56      ;; Are any other M4 keywords really appropriate for configure.in,      ;; Are any other M4 keywords really appropriate for configure.in,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26