[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/autoconf.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/autoconf.el |
Date: |
Thu, 26 May 2005 12:39:30 -0400 |
Index: emacs/lisp/progmodes/autoconf.el
diff -c emacs/lisp/progmodes/autoconf.el:1.8
emacs/lisp/progmodes/autoconf.el:1.9
*** emacs/lisp/progmodes/autoconf.el:1.8 Fri Oct 29 23:34:48 2004
--- emacs/lisp/progmodes/autoconf.el Thu May 26 16:39:27 2005
***************
*** 103,109 ****
(set (make-local-variable 'indent-line-function) #'indent-relative)
(set (make-local-variable 'add-log-current-defun-function)
#'autoconf-current-defun-function)
! (run-hooks 'autoconf-mode-hook))
(provide 'autoconf-mode)
--- 103,109 ----
(set (make-local-variable 'indent-line-function) #'indent-relative)
(set (make-local-variable 'add-log-current-defun-function)
#'autoconf-current-defun-function)
! (run-mode-hooks 'autoconf-mode-hook))
(provide 'autoconf-mode)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/progmodes/autoconf.el,
Lute Kamstra <=