diff options
| author | Joshua Datko | 2016-02-24 15:42:28 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-24 15:42:28 +1100 |
| commit | 338f78ad6aa84583baa617591dbce1aa1caca4da (patch) | |
| tree | b502217b91610c5274898e0e75f1058d2b130b11 /etc | |
| parent | bed990a747b0cc6d9d91ca08afc84473642f8cb3 (diff) | |
| download | emacs-338f78ad6aa84583baa617591dbce1aa1caca4da.tar.gz emacs-338f78ad6aa84583baa617591dbce1aa1caca4da.zip | |
Add a fortune-message command
* lisp/play/fortune.el (fortune-message): Add a command to
display fortunes in the echo area (bug#14915).
Copyright-paperwork-exempt: yes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1750,6 +1750,10 @@ details. | |||
| 1750 | It should be placed right where the docstring would be, and FORM is then | 1750 | It should be placed right where the docstring would be, and FORM is then |
| 1751 | evaluated (and should return a string) when the closure is built. | 1751 | evaluated (and should return a string) when the closure is built. |
| 1752 | 1752 | ||
| 1753 | --- | ||
| 1754 | ** The new command `fortune-message' has been added, which displays | ||
| 1755 | fortunes in the echo area. | ||
| 1756 | |||
| 1753 | +++ | 1757 | +++ |
| 1754 | ** define-inline provides a new way to define inlinable functions. | 1758 | ** define-inline provides a new way to define inlinable functions. |
| 1755 | 1759 | ||