summaryrefslogtreecommitdiff
path: root/debian-changelog-mode.el
diff options
context:
space:
mode:
authorpsg <>2010-05-12 01:47:48 +0000
committerpsg <>2010-05-12 01:47:48 +0000
commitdf5841a53aa37025689c088886c53c21294d80e4 (patch)
tree240f3bb189c4c77bbeabe0b6fb264793ff064282 /debian-changelog-mode.el
parent63b9ac1bb3c22236e2c24b2e9aa0a7a1d43952db (diff)
dpkg-dev-el:
debian-changelog-mode.el Bug fix: "debian-changelog-date-utc-flag custom group", thanks to Kevin Ryde (Closes: #580818). Fixed typo.
Diffstat (limited to 'debian-changelog-mode.el')
-rw-r--r--debian-changelog-mode.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian-changelog-mode.el b/debian-changelog-mode.el
index 10d9e66..0274dcd 100644
--- a/debian-changelog-mode.el
+++ b/debian-changelog-mode.el
@@ -341,6 +341,8 @@
;; V1.92 27Apr2010 Peter S Galbraith <psg@debian.org>
;; Invoke `debian-bug-build-bug-menu' with SOURCE arg set to t.
;; Needs debian-el 33.2
+;; V1.93 10May2010 Peter S Galbraith <psg@debian.org>
+;; Fix typo (Closes: #580818)
;;
;;; Acknowledgements: (These people have contributed)
;; Roland Rosenfeld <roland@debian.org>
@@ -425,7 +427,7 @@ new version in debian/changelog."
(defcustom debian-changelog-date-utc-flag nil
"If non-nil, return date string in UTC when finalizing entry.
See function `debian-changelog-date-string'."
- :group 'debian-changelogx
+ :group 'debian-changelog
:type 'boolean)
;; This function is from emacs/lisp/calendar/icalendar.el,