]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/table.el
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / textmodes / table.el
index 411604088ae985fcbc19c60ed0bdbd65158b1a5b..4d8a74323c7a083ec4d1df0999c79b0f8168d621 100644 (file)
@@ -5215,7 +5215,7 @@ instead of the current buffer and returns the OBJECT."
   "Update cell face according to the current mode."
   (if (featurep 'xemacs)
       (set-face-property 'table-cell 'underline table-fixed-width-mode)
-    (set-face-inverse-video-p 'table-cell table-fixed-width-mode)))
+    (set-face-inverse-video 'table-cell table-fixed-width-mode)))
 
 (table--update-cell-face)