diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-10-01 21:00:17 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-10-01 21:00:17 -0400 |
commit | 428fe61ade6439cd2346f2586f56a4cabb8af287 (patch) | |
tree | a4cfd20ba1ad5dd034779c7891623ae378dca748 /lisp/ChangeLog | |
parent | 51553db66b4eb8bc7a0d1a1c3206e097e0cc94fa (diff) | |
download | emacs-428fe61ade6439cd2346f2586f56a4cabb8af287.tar.gz |
* lisp/pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro.
(pcmpl-gnu-tar-buffer): Remove.
(pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
avoid. Make sure pcomplete-suffix-list is only changed temporarily.
Don't look inside the tar's file is it's too large.
Fixes: debbugs:9643
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fcca274b06..f170cbd37c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca> + + * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643). + (pcmpl-gnu-tar-buffer): Remove. + (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer + avoid. Make sure pcomplete-suffix-list is only changed temporarily. + Don't look inside the tar's file is it's too large. + 2011-10-01 Chong Yidong <cyd@stupidchicken.com> * cus-edit.el (custom-mode-map): |