/[emacs]/emacs/lisp/log-edit.el
ViewVC logotype

Diff of /emacs/lisp/log-edit.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by lektu, Tue Feb 4 11:34:12 2003 UTC revision 1.19 by lektu, Wed Feb 5 23:11:02 2003 UTC
# Line 91  If 'changed, only request confirmation i Line 91  If 'changed, only request confirmation i
91    :group 'log-edit    :group 'log-edit
92    :type 'boolean)    :type 'boolean)
93    
94  (defvar cvs-commit-buffer-require-final-newline t  (defvar cvs-commit-buffer-require-final-newline t)
95    "Obsolete, use `log-edit-require-final-newline'.")  (make-obsolete-variable 'cvs-commit-buffer-require-final-newline
96                            'log-edit-require-final-newline)
97    
98  (defcustom log-edit-require-final-newline  (defcustom log-edit-require-final-newline
99    cvs-commit-buffer-require-final-newline    cvs-commit-buffer-require-final-newline
# Line 129  can be obtained from `log-edit-files'." Line 130  can be obtained from `log-edit-files'."
130    :type '(hook :options (log-edit-set-common-indentation    :type '(hook :options (log-edit-set-common-indentation
131                           log-edit-add-to-changelog)))                           log-edit-add-to-changelog)))
132    
133  (defvar cvs-changelog-full-paragraphs t  (defvar cvs-changelog-full-paragraphs t)
134    "Obsolete, use `log-edit-changelog-full-paragraphs'.")  (make-obsolete-variable 'cvs-changelog-full-paragraphs
135                            'log-edit-changelog-full-paragraphs)
136    
137  (defvar log-edit-changelog-full-paragraphs cvs-changelog-full-paragraphs  (defvar log-edit-changelog-full-paragraphs cvs-changelog-full-paragraphs
138    "*If non-nil, include full ChangeLog paragraphs in the log.    "*If non-nil, include full ChangeLog paragraphs in the log.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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