aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-08-18 07:35:06 +0000
committerGlenn Morris2009-08-18 07:35:06 +0000
commit997797ae1bf94406e779c9cdd4bec6c2f1d5b2f4 (patch)
tree6f52752df1652aea851c3d142219e34c07248f1b
parentb2de63e7b6fe768ba01f0aab83f3b43747bc77f9 (diff)
downloademacs-997797ae1bf94406e779c9cdd4bec6c2f1d5b2f4.tar.gz
emacs-997797ae1bf94406e779c9cdd4bec6c2f1d5b2f4.zip
(Acknowledgments): Add files-x.el.
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/ack.texi3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index f9668e96aae..7b19d74d54c 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -3,7 +3,7 @@
3 * ack.texi (Acknowledgments): 3 * ack.texi (Acknowledgments):
4 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el. 4 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
5 5
6 * ack.texi (Acknowledgments): Add ucs-normalize.el. 6 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
7 7
82009-08-09 Glenn Morris <rgm@gnu.org> 82009-08-09 Glenn Morris <rgm@gnu.org>
9 9
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 96d82278ef6..d687d57af11 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -656,7 +656,8 @@ files.
656 656
657@item 657@item
658Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer 658Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer
659searches. 659searches; and the code in @file{files-x.el} for handling file- and
660directory-local variables.
660 661
661@item 662@item
662K@'{a}roly L@"{o}rentey wrote the ``multi-terminal'' code, which 663K@'{a}roly L@"{o}rentey wrote the ``multi-terminal'' code, which