diff options
author | Glenn Morris <rgm@gnu.org> | 2010-09-23 00:05:22 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-09-23 00:05:22 -0700 |
commit | af3ccb5cc061bccab1c9b024ea444d01c0767767 (patch) | |
tree | 3e6596070add612b28d9405f0059d6da60ca5ac5 /lisp/ChangeLog | |
parent | b9749554532876da8bc15e10bc3fb8bd8c0f32ea (diff) | |
download | emacs-af3ccb5cc061bccab1c9b024ea444d01c0767767.tar.gz |
Move some aliases to options before the associated definitions.
* isearch.el (isearch-lazy-highlight-cleanup)
(isearch-lazy-highlight-initial-delay)
(isearch-lazy-highlight-interval)
(isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
* net/net-utils.el (ipconfig-program-options):
Move aliases to options before the associated definitions.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e69a658cfa6..18643c3f824 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2010-09-23 Glenn Morris <rgm@gnu.org> + + * isearch.el (isearch-lazy-highlight-cleanup) + (isearch-lazy-highlight-initial-delay) + (isearch-lazy-highlight-interval) + (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face): + * net/net-utils.el (ipconfig-program-options): + Move aliases to options before the associated definitions. + 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca> * newcomment.el (comment-normalize-vars): Better test validity of |