diff options
author | Glenn Morris <rgm@gnu.org> | 2010-09-23 00:09:24 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-09-23 00:09:24 -0700 |
commit | d97034985aea86dbc2405db1cab5433c65339ac4 (patch) | |
tree | ef0522bec65e337e5ea7c6c6c9d2a17900ea8243 /lisp/ChangeLog | |
parent | 45a3f5c644f510afe8328c11f0c73fd298a2fd81 (diff) | |
download | emacs-d97034985aea86dbc2405db1cab5433c65339ac4.tar.gz |
Tiny comint.el change.
* lisp/comint.el (comint-use-prompt-regexp-instead-of-fields):
Move alias before definition, so it does not need autoloading.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1316cc95193..7bf7ed53108 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-09-23 Glenn Morris <rgm@gnu.org> + * comint.el (comint-use-prompt-regexp-instead-of-fields): + Move alias before definition, so it does not need autoloading. + * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el: * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el: * international/kkc.el, international/ogonek.el, mail/feedmail.el: |