diff options
| -rw-r--r-- | lisp/textmodes/table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 169eeb249f2..70bd3a07a9f 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -4692,7 +4692,7 @@ of line." | |||
| 4692 | (point))) | 4692 | (point))) |
| 4693 | 4693 | ||
| 4694 | (defun table--row-column-insertion-point-p (&optional columnp) | 4694 | (defun table--row-column-insertion-point-p (&optional columnp) |
| 4695 | "Return non nil if it makes sense to insert a row or a column at point." | 4695 | "Return non-nil if it makes sense to insert a row or a column at point." |
| 4696 | (and (not buffer-read-only) | 4696 | (and (not buffer-read-only) |
| 4697 | (or (get-text-property (point) 'table-cell) | 4697 | (or (get-text-property (point) 'table-cell) |
| 4698 | (let ((column (current-column))) | 4698 | (let ((column (current-column))) |