diff options
| author | Glenn Morris | 2007-08-22 03:34:13 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-22 03:34:13 +0000 |
| commit | f2d2775a3114bc8289f34863f551c216f6929a3a (patch) | |
| tree | 67136bc53d62897c9abe74bca76fe90fa2dfce62 | |
| parent | c27ed12d73e0e251ca0be90978be59491c7ff82e (diff) | |
| download | emacs-f2d2775a3114bc8289f34863f551c216f6929a3a.tar.gz emacs-f2d2775a3114bc8289f34863f551c216f6929a3a.zip | |
Comment.
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index ff588d6ff70..30731c2bea9 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -241,6 +241,8 @@ Currently known variants are 'emacs and 'mailutils." | |||
| 241 | 241 | ||
| 242 | ;; Call for effect, to set rmail-movemail-program (if not set by the | 242 | ;; Call for effect, to set rmail-movemail-program (if not set by the |
| 243 | ;; user), and rmail-movemail-variant-in-use. Used by various functions. | 243 | ;; user), and rmail-movemail-variant-in-use. Used by various functions. |
| 244 | ;; I'm not sure if M-x rmail is the only entry point to this package. | ||
| 245 | ;; If so, this can be moved there. | ||
| 244 | (rmail-movemail-variant-p) | 246 | (rmail-movemail-variant-p) |
| 245 | 247 | ||
| 246 | ;;;###autoload | 248 | ;;;###autoload |