diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/simple.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3381e95160..026d81bc0b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * simple.el (mail-user-agent): Mention that `gnus-user-agent' only | ||
| 4 | does its stuff if Gnus is running. | ||
| 5 | |||
| 1 | 2012-02-13 Alan Mackenzie <acm@muc.de> | 6 | 2012-02-13 Alan Mackenzie <acm@muc.de> |
| 2 | 7 | ||
| 3 | Fix a loop in c-set-fl-decl-start. | 8 | Fix a loop in c-set-fl-decl-start. |
diff --git a/lisp/simple.el b/lisp/simple.el index 881b0b22079..c968ac01b0d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -5810,8 +5810,8 @@ Valid values include: | |||
| 5810 | `mh-e-user-agent' -- use the Emacs interface to the MH mail system. | 5810 | `mh-e-user-agent' -- use the Emacs interface to the MH mail system. |
| 5811 | See Info node `(mh-e)'. | 5811 | See Info node `(mh-e)'. |
| 5812 | `gnus-user-agent' -- like `message-user-agent', but with Gnus | 5812 | `gnus-user-agent' -- like `message-user-agent', but with Gnus |
| 5813 | paraphernalia, particularly the Gcc: header for | 5813 | paraphernalia if Gnus is running, particularly |
| 5814 | archiving. | 5814 | the Gcc: header for archiving. |
| 5815 | 5815 | ||
| 5816 | Additional valid symbols may be available; check with the author of | 5816 | Additional valid symbols may be available; check with the author of |
| 5817 | your package for details. The function should return non-nil if it | 5817 | your package for details. The function should return non-nil if it |