diff options
| author | Glenn Morris | 2013-05-23 20:45:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-23 20:45:50 -0700 |
| commit | b8e57bf420cdbde4a4e87f420f2e8e90b16c5d13 (patch) | |
| tree | a237bc5acae0ab51a7fad6d431ef35a25035faef /lisp/ChangeLog | |
| parent | db785726ccd9d3788c5c0ae70c59ea67d3a64447 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2013-05-24 Glenn Morris <rgm@gnu.org> | 1 | 2013-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 | ||