mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(toplevel): Provide `sendmail' when compiling
before `require'ing rmail and mailalias to prevent infinite recursion.
This commit is contained in:
parent
be0b8d6965
commit
bf61662d88
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2000-01-09 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* sendmail.el (toplevel): Provide `sendmail' when compiling
|
||||
before `require'ing rmail and mailalias to prevent infinite
|
||||
recursion.
|
||||
|
||||
2000-01-08 Dave Love <fx@gnu.org>
|
||||
|
||||
* backquote.el: Remove inappropriate customization (allowing
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@
|
|||
|
||||
;;; Code:
|
||||
(eval-when-compile
|
||||
;; Necessary to avoid recursive `require's.
|
||||
(provide 'sendmail)
|
||||
(require 'rmail)
|
||||
(require 'mailalias))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue