comparison lisp/packages/add-log.el @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents e45d5e7c476e
children
comparison
equal deleted inserted replaced
210:49f55ca3ba57 211:78478c60bfcd
28 ;; This facility is documented in the Emacs Manual. 28 ;; This facility is documented in the Emacs Manual.
29 29
30 ;;; Code: 30 ;;; Code:
31 31
32 ;; XEmacs: the byte-compiler warns on `beginning-of-fortran-subprogram'. 32 ;; XEmacs: the byte-compiler warns on `beginning-of-fortran-subprogram'.
33 (eval-when-compile 33 (condition-case nil
34 (require 'fortran)) 34 (eval-when-compile
35 (require 'fortran))
36 (t nil))
35 37
36 (defgroup change-log nil 38 (defgroup change-log nil
37 "Change log maintenance" 39 "Change log maintenance"
38 :group 'tools 40 :group 'tools
39 :group 'maint 41 :group 'maint