comparison lisp/log-edit.el @ 28340:b90fe8a937ae

(log-edit-mode-hook): Fix typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 26 Mar 2000 23:05:12 +0000
parents 8da42323f5d5
children 40a22b85650e
comparison
equal deleted inserted replaced
28339:52e664c981f0 28340:b90fe8a937ae
3 ;; Copyright (C) 1999-2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999-2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Stefan Monnier <monnier@cs.yale.edu> 5 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
6 ;; Keywords: pcl-cvs cvs commit log 6 ;; Keywords: pcl-cvs cvs commit log
7 ;; Version: $Name: $ 7 ;; Version: $Name: $
8 ;; Revision: $Id: log-edit.el,v 1.1 2000/03/11 03:42:28 monnier Exp $ 8 ;; Revision: $Id: log-edit.el,v 1.2 2000/03/26 21:19:58 monnier Exp $
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
96 "*Hook run at the end of `log-edit'." 96 "*Hook run at the end of `log-edit'."
97 :group 'log-edit 97 :group 'log-edit
98 :type '(hook :options (log-edit-insert-cvs-template 98 :type '(hook :options (log-edit-insert-cvs-template
99 log-edit-insert-changelog))) 99 log-edit-insert-changelog)))
100 100
101 (defcustom log-edit-mode-hook (if (boundp vc-log-mode-hook) vc-log-mode-hook) 101 (defcustom log-edit-mode-hook (if (boundp 'vc-log-mode-hook) vc-log-mode-hook)
102 "*Hook run when entering `log-edit-mode'." 102 "*Hook run when entering `log-edit-mode'."
103 :group 'log-edit 103 :group 'log-edit
104 :type 'hook) 104 :type 'hook)
105 105
106 (defcustom log-edit-done-hook nil 106 (defcustom log-edit-done-hook nil