diff options
| author | Stefan Kangas | 2019-09-13 18:06:31 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2019-09-13 18:37:15 +0200 |
| commit | 45b01f2d7fc9929fccf2e173291001ab04387947 (patch) | |
| tree | b431b89800a06b84ae44b0474edfb96cfcbed0c9 /lisp/textmodes | |
| parent | 897540069fb09d091802046046daca821079aac5 (diff) | |
| download | emacs-45b01f2d7fc9929fccf2e173291001ab04387947.tar.gz emacs-45b01f2d7fc9929fccf2e173291001ab04387947.zip | |
Remove leftover XEmacs compat code and doc fixes
* lisp/mail/feedmail.el (top-level): Remove outdated comment.
(feedmail-run-the-queue): Remove leftover XEmacs compat code.
(feedmail-nuke-bcc): Doc fix.
* lisp/emulation/viper.el (top-level, viper-mode)
* lisp/net/rfc2104.el (top-level): Doc fix.
* lisp/textmodes/table.el (top-level): Remove obsolete todo.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/table.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 1f185e0f216..f684f4e4ca9 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -567,10 +567,6 @@ | |||
| 567 | ;; Consider the use of `:box' face attribute under Emacs 21 | 567 | ;; Consider the use of `:box' face attribute under Emacs 21 |
| 568 | ;; Consider the use of `modification-hooks' text property instead of | 568 | ;; Consider the use of `modification-hooks' text property instead of |
| 569 | ;; rebinding the keymap | 569 | ;; rebinding the keymap |
| 570 | ;; Maybe provide complete XEmacs support in the future however the | ||
| 571 | ;; "extent" is the single largest obstacle lying ahead, read the | ||
| 572 | ;; document in Emacs info. | ||
| 573 | ;; (progn (require 'info) (Info-find-node "elisp" "Not Intervals")) | ||
| 574 | ;; | 570 | ;; |
| 575 | ;; | 571 | ;; |
| 576 | ;; --------------- | 572 | ;; --------------- |