changeset 94052:7736bd7762c0

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 12 Apr 2008 22:04:38 +0000
parents 1bf2e8819913
children 58a4ed015d25
files lisp/ChangeLog
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Apr 12 22:01:06 2008 +0000
+++ b/lisp/ChangeLog	Sat Apr 12 22:04:38 2008 +0000
@@ -5228,13 +5228,11 @@
 	(python-which-shell, python-which-args, python-which-bufname):
 	New buffer local variables.
 	(python-file-queue, python-pdbtrack-is-tracking-p): New variables.
-
-	* progmodes/python.el (python-pdbtrack-stack-entry-regexp)
+	(python-pdbtrack-stack-entry-regexp)
 	(python-pdbtrack-input-prompt, python-pdbtrack-track-range):
 	New constants.
 
 	Pdbtrack features:
-
 	(python-point, python-end-of-def-or-class)
 	(python-beginning-of-def-or-class, python-goto-initial-line)
 	(python-comint-output-filter-function)