diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-01 00:34:28 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-01 00:34:28 -0700 |
commit | 0d26d7c4dc79554439ad96fb7d9f75aa2085e0ca (patch) | |
tree | 70d0c27da29a61d00c347064d4a64e03121b4ce4 /lisp/ChangeLog | |
parent | fca64dbda173bb6ef2f8dd5fb436751677657ab2 (diff) | |
download | emacs-0d26d7c4dc79554439ad96fb7d9f75aa2085e0ca.tar.gz |
Small tweaks for autoconf mode
* lisp/progmodes/autoconf.el (autoconf-definition-regexp):
Add AH_TEMPLATE, adjust submatch numbering.
(autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
(autoconf-current-defun-function): Update for above change.
(autoconf-current-defun-function): First skip to end of current word.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f854e4b1c07..bc0496e0ca6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2012-08-01 Glenn Morris <rgm@gnu.org> + + * progmodes/autoconf.el (autoconf-definition-regexp): + Add AH_TEMPLATE, adjust submatch numbering. + (autoconf-font-lock-keywords, autoconf-imenu-generic-expression) + (autoconf-current-defun-function): Update for above change. + (autoconf-current-defun-function): First skip to end of current word. + 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change) * calendar/cal-html.el (cal-html-insert-agenda-days): |