Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
85841:0c0a9419b0c4 | 85842:96510b236eb5 |
---|---|
1 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode. | |
4 (mail-abbrevs-setup): Use abbrev-expand-functions. | |
5 (build-mail-abbrevs): Use with-temp-buffer. | |
6 (define-mail-abbrev): Simplify. | |
7 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook. | |
8 Change it for use on abbrev-expand-functions. | |
9 (mail-abbrev-complete-alias): Use with-syntax-table. | |
10 | |
1 2007-10-31 Michael Albinus <michael.albinus@gmx.de> | 11 2007-10-31 Michael Albinus <michael.albinus@gmx.de> |
2 | 12 |
3 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process' | 13 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process' |
4 directly. Fix bug in deleting temp file. | 14 directly. Fix bug in deleting temp file. |
5 | 15 |