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
commit538ebd5f20d445a138b13600fec177a5a6426742 (patch)
tree52ad8de95916cfcab57fe15ec7bf9577554158af
parent68c81d88efc2800e67ccb988063ef3deedc687d2 (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--devscripts.el2
-rw-r--r--pbuilder-mode.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/devscripts.el b/devscripts.el
index 8d37f93..4c6e64c 100644
--- a/devscripts.el
+++ b/devscripts.el
@@ -27,7 +27,7 @@
(defcustom debuild-option-list '("-i" "-uc" "-us") "*Options to give to debuild."
:type '(repeat string)
:group 'devscripts)
-(defconst devscripts-mode-version "$Id$" "Version of devscripts mode.")
+(defconst devscripts-mode-version "$Id: devscripts.el,v 1.5 2007-07-13 15:13:30 dancer Exp $" "Version of devscripts mode.")
(defun devscripts-internal-get-debian-package-name ()
"Find the directory with debian/ dir, and get the dir name."
diff --git a/pbuilder-mode.el b/pbuilder-mode.el
index e385a49..c24770a 100644
--- a/pbuilder-mode.el
+++ b/pbuilder-mode.el
@@ -39,7 +39,7 @@
(defcustom debuild-pbuilder-path "/usr/bin/debuild-pbuilder" "*Path to `debuild-pbuilder'."
:group 'pbuilder
:type 'file)
-(defconst pbuilder-mode-version "$Id$" "Version of pbuilder mode.")
+(defconst pbuilder-mode-version "$Id: pbuilder-mode.el,v 1.3 2007-07-14 09:26:05 dancer Exp $" "Version of pbuilder mode.")
(defun pdebuild ()
"Run pdebuild in the current directory."