diff options
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 | ;; --------------- |