changeset 101998:89dfb5d98b76

Add bug references.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 13 Feb 2009 08:56:27 +0000
parents 8ffd5a3d76ed
children efada72951fb
files lisp/ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 13 08:50:57 2009 +0000
+++ b/lisp/ChangeLog	Fri Feb 13 08:56:27 2009 +0000
@@ -43,7 +43,7 @@
 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* progmodes/python.el (python-use-skeletons): Re-add.
-	(def-python-skeleton): Use it.
+	(def-python-skeleton): Use it.  (Bug#2238)
 
 	* international/quail.el (quail-make-guidance-frame): Remove the
 	`parent-id' parameter.
@@ -78,7 +78,7 @@
 	(isearch-other-meta-char): Use with-current-buffer.
 
 	* progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
-	syntax-ppss.
+	syntax-ppss.  (Bug#1243)
 
 	* emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
 	to beginning-of-defun-raw.