diff options
| -rw-r--r-- | lisp/textmodes/table.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 839df035d27..92aaa46ad6d 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -5151,7 +5151,7 @@ and the right cell border character." | |||
| 5151 | 5151 | ||
| 5152 | (defun table--put-cell-face-property (beg end &optional object) | 5152 | (defun table--put-cell-face-property (beg end &optional object) |
| 5153 | "Put cell face property." | 5153 | "Put cell face property." |
| 5154 | (put-text-property beg end 'face 'table-cell object)) | 5154 | (put-text-property beg end 'font-lock-face 'table-cell object)) |
| 5155 | 5155 | ||
| 5156 | (defun table--put-cell-keymap-property (beg end &optional object) | 5156 | (defun table--put-cell-keymap-property (beg end &optional object) |
| 5157 | "Put cell keymap property." | 5157 | "Put cell keymap property." |
| @@ -5178,7 +5178,7 @@ instead of the current buffer and returns the OBJECT." | |||
| 5178 | 'table-cell nil | 5178 | 'table-cell nil |
| 5179 | 'table-justify nil | 5179 | 'table-justify nil |
| 5180 | 'table-valign nil | 5180 | 'table-valign nil |
| 5181 | 'face nil | 5181 | 'font-lock-face nil |
| 5182 | 'rear-nonsticky nil | 5182 | 'rear-nonsticky nil |
| 5183 | 'cursor-sensor-functions nil | 5183 | 'cursor-sensor-functions nil |
| 5184 | 'keymap nil) | 5184 | 'keymap nil) |