aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-05-23 20:45:50 -0700
committerGlenn Morris2013-05-23 20:45:50 -0700
commitb8e57bf420cdbde4a4e87f420f2e8e90b16c5d13 (patch)
treea237bc5acae0ab51a7fad6d431ef35a25035faef /lisp/ChangeLog
parentdb785726ccd9d3788c5c0ae70c59ea67d3a64447 (diff)
downloademacs-b8e57bf420cdbde4a4e87f420f2e8e90b16c5d13.tar.gz
emacs-b8e57bf420cdbde4a4e87f420f2e8e90b16c5d13.zip
Silence sym-comp compilation
* obsolete/sym-comp.el: No need to load hipper-exp when compiling. (he-search-string, he-tried-table, he-expand-list) (he-init-string, he-string-member, he-substitute-string) (he-reset-string): Declare.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ee17699eb40..6a094692240 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12013-05-24 Glenn Morris <rgm@gnu.org> 12013-05-24 Glenn Morris <rgm@gnu.org>
2 2
3 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
4 (he-search-string, he-tried-table, he-expand-list)
5 (he-init-string, he-string-member, he-substitute-string)
6 (he-reset-string): Declare.
7
3 * obsolete/options.el (list-options): Use custom-variable-p, 8 * obsolete/options.el (list-options): Use custom-variable-p,
4 rather than obsolete alias. 9 rather than obsolete alias.
5 10