Mercurial > emacs
changeset 30392:cbb8dfde490d
*** empty log message ***
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Mon, 24 Jul 2000 00:50:10 +0000 |
parents | 246b2f521192 |
children | bcc6b338d8bf |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 24 00:49:09 2000 +0000 +++ b/lisp/ChangeLog Mon Jul 24 00:50:10 2000 +0000 @@ -1,5 +1,16 @@ 2000-07-23 Noah Friedman <friedman@splode.com> + * type-break.el (type-break): perform autosave. + Suggested by Stephen Gildea <gildea@intouchsys.com>. + (type-break-do-query): Cancel query schedule while performing + actual query, to avoid possibility of a second query being made + while first one is already in progress. + (type-break-time-stamp-format): New variable. + (type-break-time-stamp): New function. + (type-break-time-warning): Use it. + (type-break-keystroke-warning): Use it. + (type-break-noninteractive-query): Use it. + * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload cookie. Use add-minor-mode to set minor-mode-alist, if available.