diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-08-21 19:16:20 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2019-08-21 19:16:20 +0200 |
commit | 6c1cf80721f19c36e71a6825e705d09818b97de7 (patch) | |
tree | 7e86c4ea6a08b2042d383443661dce5f995c6f9b /lisp/mail | |
parent | 0f801d4a5e37e69c4e527830f13f255a6f01360b (diff) | |
download | emacs-6c1cf80721f19c36e71a6825e705d09818b97de7.tar.gz emacs-6c1cf80721f19c36e71a6825e705d09818b97de7.tar.bz2 emacs-6c1cf80721f19c36e71a6825e705d09818b97de7.zip |
* lisp/mail/flow-fill.el: Change todo comment to not mention XEmacs.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/flow-fill.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mail/flow-fill.el b/lisp/mail/flow-fill.el index 7b50fcd96e0..4dbd4d7b086 100644 --- a/lisp/mail/flow-fill.el +++ b/lisp/mail/flow-fill.el @@ -33,8 +33,7 @@ ;; paragraph and we let `fill-region' fill the long line into several ;; lines with the quote prefix as `fill-prefix'. -;; Todo: implement basic `fill-region' (Emacs and XEmacs -;; implementations differ..) +;; Todo: implement basic `fill-region' ;;; History: |