Mercurial > emacs
diff lisp/ChangeLog @ 85842:96510b236eb5
(mail-abbrevs-mode): Use define-minor-mode.
(mail-abbrevs-setup): Use abbrev-expand-functions.
(build-mail-abbrevs): Use with-temp-buffer.
(define-mail-abbrev): Simplify.
(mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
Change it for use on abbrev-expand-functions.
(mail-abbrev-complete-alias): Use with-syntax-table.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 31 Oct 2007 20:30:28 +0000 |
parents | 0c0a9419b0c4 |
children | 05357c175a50 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 31 20:04:42 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 31 20:30:28 2007 +0000 @@ -1,3 +1,13 @@ +2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca> + + * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode. + (mail-abbrevs-setup): Use abbrev-expand-functions. + (build-mail-abbrevs): Use with-temp-buffer. + (define-mail-abbrev): Simplify. + (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook. + Change it for use on abbrev-expand-functions. + (mail-abbrev-complete-alias): Use with-syntax-table. + 2007-10-31 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'