summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter S Galbraith <psg@debian.org>2016-11-21 15:20:03 -0500
committerJulian Gilbey <julian-git@d-and-j.net>2018-03-22 16:34:07 +0000
commitea0b69a178a562c2212077f8f2a60f5af0887df3 (patch)
tree0b216665235a6497cb7d031d551a3223181830ca
parent956af25a9b96f0e14b156d7fc9917daa763e2177 (diff)
Import Debian version 36.3
emacs-goodies-el (36.3) unstable; urgency=high * emacs-goodies-el: - Bug fix: "fails to upgrade/install", thanks to Brent S. Elmer (Closes: #845216). Skip byte-compilation for minibuffer-complete-cycle.el on emacs23.
-rw-r--r--debian-control-mode.el2
-rw-r--r--debian-copyright.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian-control-mode.el b/debian-control-mode.el
index a92cfe0..d3936fe 100644
--- a/debian-control-mode.el
+++ b/debian-control-mode.el
@@ -7,7 +7,7 @@
;; Maintainer: Peter S Galbraith <psg@debian.org>
;; Created: 29 Nov 2001
;; Version: 1.5
-;; X-RCS: $Id$
+;; X-RCS: $Id: debian-control-mode.el,v 1.19 2013/10/15 17:22:44 psg Exp $
;; Keywords: convenience
;; This file is free software; you can redistribute it and/or modify
diff --git a/debian-copyright.el b/debian-copyright.el
index 214625e..4de8a98 100644
--- a/debian-copyright.el
+++ b/debian-copyright.el
@@ -37,7 +37,7 @@
:type 'hook
:options '(turn-on-auto-fill flyspell-mode))
-(defconst debian-copyright-mode-version "$Id$" "Version of debian copyright mode.")
+(defconst debian-copyright-mode-version "$Id: debian-copyright.el,v 1.5 2010-07-28 15:33:45 psg Exp $" "Version of debian copyright mode.")
(defvar debian-copyright-mode-map nil
"Keymap for debian/copyright mode.")