diff options
Diffstat (limited to 'lisp/textmodes/table.el')
-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 cfe6ce5ce61..c7bf687a9e1 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -3279,7 +3279,7 @@ Currently this method is for LaTeX only." (with-temp-buffer (insert line) (goto-char (point-min)) - (while (re-search-forward "\\([#$~_^%{}]\\)\\|\\(\\\\\\)\\|\\([<>|]\\)" nil t) + (while (re-search-forward "\\([#$~_^%{}&]\\)\\|\\(\\\\\\)\\|\\([<>|]\\)" nil t) (if (match-beginning 1) (save-excursion (goto-char (match-beginning 1)) |