summaryrefslogtreecommitdiff
path: root/debian-changelog-mode.el
diff options
context:
space:
mode:
authorpsg <>2005-09-16 02:24:28 +0000
committerpsg <>2005-09-16 02:24:28 +0000
commitea2955dca198a2786b6ef18468fc84a4282ceba0 (patch)
tree4498ba9d9e1a0738cf623dc0cb4f702ab9330059 /debian-changelog-mode.el
parent6b4bf8bc9a8da1a1715ad48bd9b45ccd99f5800d (diff)
Remove extranous nil
Diffstat (limited to 'debian-changelog-mode.el')
-rw-r--r--debian-changelog-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-changelog-mode.el b/debian-changelog-mode.el
index cc1b41d..58ed19e 100644
--- a/debian-changelog-mode.el
+++ b/debian-changelog-mode.el
@@ -364,7 +364,7 @@ If you do not wish this behaviour, reset it in your .emacs file like so:
:type 'hook
:options '(turn-on-auto-fill flyspell-mode))
-(defcustom debian-changelog-add-version-hook nil
+(defcustom debian-changelog-add-version-hook
(list 'debian-changelog-add-new-upstream-release)
"Hooks run just before inserting the signature separator \"--\" in a
new version in debian/changelog."