aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-03-28 01:21:47 +0000
committerStefan Monnier2007-03-28 01:21:47 +0000
commit070f60e096db386cb716a246ae5e878ff35ccf28 (patch)
tree67a6f3ca15bbab2214bcf97d16291d1aad203d11 /lisp/ChangeLog
parent74cb3d2111ae0b87e7d7a20636a76a720a0771ed (diff)
downloademacs-070f60e096db386cb716a246ae5e878ff35ccf28.tar.gz
emacs-070f60e096db386cb716a246ae5e878ff35ccf28.zip
(python-mode): Skip comments when parsing.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 979197be0c9..e17d73f174c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12007-03-28 Stefan Monnier <monnier@iro.umontreal.ca> 12007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * progmodes/python.el (python-mode): Skip comments when parsing.
4
3 * vc-arch.el (vc-with-current-file-buffer): New macro. 5 * vc-arch.el (vc-with-current-file-buffer): New macro.
4 (vc-arch-file-source-p): Use it to avoid infloop. 6 (vc-arch-file-source-p): Use it to avoid infloop.
5 7