aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-09-29 03:37:03 +0000
committerGlenn Morris2009-09-29 03:37:03 +0000
commit8360fce0aa00987109b93b5b1e6d8f7b91e76997 (patch)
treec36d832cf0b9b27d1ac0bb8bd03440f5f066063e /lisp/ChangeLog
parentdab8f2791c1297bc16200a811c15fadc24fa0d6c (diff)
downloademacs-8360fce0aa00987109b93b5b1e6d8f7b91e76997.tar.gz
emacs-8360fce0aa00987109b93b5b1e6d8f7b91e76997.zip
(check-declare-locate): Remove pointless file-name-nondirectory call
preventing location of cedet files. (check-declare-verify): Use literal search rather than re-search.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index df4cec1f59e..b486ab5f6ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,6 +12,14 @@
12 12
132009-09-29 Glenn Morris <rgm@gnu.org> 132009-09-29 Glenn Morris <rgm@gnu.org>
14 14
15 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16 file-name-nondirectory call preventing location of cedet files.
17 (check-declare-verify): Use literal search rather than re-search.
18
19 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
20 Use tramp-compat-file-attributes rather than nonexistent
21 tramp-compat-handle-file-attributes.
22
15 * Makefile.in (lisptagsfiles4): New. 23 * Makefile.in (lisptagsfiles4): New.
16 (AUTOGENEL): Add cedet loaddefs files. 24 (AUTOGENEL): Add cedet loaddefs files.
17 (TAGS, TAGS-LISP): Use $lisptagsfiles4. 25 (TAGS, TAGS-LISP): Use $lisptagsfiles4.