diff options
| author | Stefan Kangas | 2019-06-12 19:58:28 +0200 |
|---|---|---|
| committer | Noam Postavsky | 2019-06-15 17:49:31 -0400 |
| commit | 2b765c650a80329a11158f8fe570b396ad3d7b19 (patch) | |
| tree | a2ab2e1d2b9918900ec915b39d84d27547cd8ea9 | |
| parent | f87a9e359e94587b301cb65d8a255381fee687bf (diff) | |
| download | emacs-2b765c650a80329a11158f8fe570b396ad3d7b19.tar.gz emacs-2b765c650a80329a11158f8fe570b396ad3d7b19.zip | |
Remove outdated comment in winner.el (Bug#36185)
* lisp/winner.el: Remove outdated comment.
| -rw-r--r-- | lisp/winner.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/winner.el b/lisp/winner.el index bdec60cb301..1070e26df51 100644 --- a/lisp/winner.el +++ b/lisp/winner.el | |||
| @@ -28,13 +28,7 @@ | |||
| 28 | ;; windows) so that the changes can be "undone" using the command | 28 | ;; windows) so that the changes can be "undone" using the command |
| 29 | ;; `winner-undo'. By default this one is bound to the key sequence | 29 | ;; `winner-undo'. By default this one is bound to the key sequence |
| 30 | ;; ctrl-c left. If you change your mind (while undoing), you can | 30 | ;; ctrl-c left. If you change your mind (while undoing), you can |
| 31 | ;; press ctrl-c right (calling `winner-redo'). Even though it uses | 31 | ;; press ctrl-c right (calling `winner-redo'). |
| 32 | ;; some features of Emacs20.3, winner.el should also work with | ||
| 33 | ;; Emacs19.34 and XEmacs20, provided that the installed version of | ||
| 34 | ;; custom is not obsolete. | ||
| 35 | |||
| 36 | ;; Winner mode was improved August 1998. | ||
| 37 | ;; Further improvements February 2002. | ||
| 38 | 32 | ||
| 39 | ;;; Code: | 33 | ;;; Code: |
| 40 | 34 | ||