|
@@ -3263,7 +3263,7 @@ CONTENTS is the contents of the object."
|
|
|
Return a list whose car is `table-cell' and cdr is a plist
|
|
|
containing `:begin', `:end', `:contents-begin', `:contents-end'
|
|
|
and `:post-blank' keywords."
|
|
|
- (looking-at "[ \t]*\\(.*?\\)[ \t]*|")
|
|
|
+ (looking-at "[ \t]*\\(.*?\\)[ \t]*\\(?:|\\|$\\)")
|
|
|
(let* ((begin (match-beginning 0))
|
|
|
(end (match-end 0))
|
|
|
(contents-begin (match-beginning 1))
|