aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-01-02 18:54:10 -0800
committerGlenn Morris2013-01-02 18:54:10 -0800
commit220740a35be2a87e7d3fdcf42fe710017d0d067a (patch)
tree564772c5db3a08e41bb0d03160100ad05f075d0a /lisp/ChangeLog
parent75e78d1e904bde7eae13b78202f99081543701dc (diff)
downloademacs-220740a35be2a87e7d3fdcf42fe710017d0d067a.tar.gz
emacs-220740a35be2a87e7d3fdcf42fe710017d0d067a.zip
etags.el fix for compressed files
* lisp/progmodes/etags.el (tags-compression-info-list): Doc fix. (tag-find-file-of-tag-noselect): Check auto-compression-mode rather than 'jka-compr being loaded. Fixes: debbugs:13338
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 04ba7f802ca..34c13ad67fd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12013-01-03 Glenn Morris <rgm@gnu.org> 12013-01-03 Glenn Morris <rgm@gnu.org>
2 2
3 * progmodes/etags.el (tags-compression-info-list): Doc fix.
4 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5 rather than 'jka-compr being loaded. (Bug#13338)
6
3 * subr.el (eval-after-load): Don't purecopy the form, so that it 7 * subr.el (eval-after-load): Don't purecopy the form, so that it
4 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331) 8 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5 9