/[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.7 by miles, Sat Apr 10 05:55:48 2004 UTC revision 1.8 by jas, Fri Oct 29 23:34:48 2004 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, 2003 Free Software Foundation, Inc.  ;; Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
4    
5  ;; Author: Dave Love <fx@gnu.org>  ;; Author: Dave Love <fx@gnu.org>
6  ;; Keywords: languages  ;; Keywords: languages
# Line 49  Line 49 
49    "AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\(\\sw+\\)")    "AC_\\(SUBST\\|DEFINE\\(_UNQUOTED\\)?\\)(\\(\\sw+\\)")
50    
51  (defvar autoconf-font-lock-keywords  (defvar autoconf-font-lock-keywords
52    `(("A[CHM]_\\sw+" . font-lock-keyword-face)    `(("A[CHMS]_\\sw+" . font-lock-keyword-face)
53      (,autoconf-definition-regexp      (,autoconf-definition-regexp
54       3 font-lock-function-name-face)       3 font-lock-function-name-face)
55      ;; 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.7  
changed lines
  Added in v.1.8

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