aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-08-02 14:14:19 +0000
committerStefan Monnier2006-08-02 14:14:19 +0000
commitc6dbae471872a8844d1ee1fb44d3ba8ffee8cd79 (patch)
tree1081fd936af6b6f2203f7649add2dd98abae7863 /lisp/ChangeLog
parent424f4c9cfaf7c44e1e4ed1cc21d0d13f7dd59331 (diff)
downloademacs-c6dbae471872a8844d1ee1fb44d3ba8ffee8cd79.tar.gz
emacs-c6dbae471872a8844d1ee1fb44d3ba8ffee8cd79.zip
(cvs-get-buffer-create): Obey `noreuse' even if `name'
doesn't look like a file name.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a8d70ba5619..6703fed19db 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12006-08-02 Stefan Monnier <monnier@iro.umontreal.ca> 12006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4 doesn't look like a file name.
5
3 * complete.el (PC-expand-many-files): Avoid signalling an error when 6 * complete.el (PC-expand-many-files): Avoid signalling an error when
4 the current directory doesn't exist. Reported by Micha,Ak(Bl Cadilhac. 7 the current directory doesn't exist. Reported by Micha,Ak(Bl Cadilhac.
5 8