diff options
Diffstat (limited to 'lisp/emacs-lisp/chart.el')
-rw-r--r-- | lisp/emacs-lisp/chart.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/chart.el b/lisp/emacs-lisp/chart.el index 354830d9112..124ede17fd3 100644 --- a/lisp/emacs-lisp/chart.el +++ b/lisp/emacs-lisp/chart.el @@ -518,7 +518,7 @@ cons cells of the form (NAME . NUM). See `sort' for more details." (or (= (move-to-column x) x) (let ((p (point))) (indent-to x) - (remove-text-properties p (point) '(face)))))) + (remove-text-properties p (point) '(face nil)))))) (defun chart-zap-chars (n) "Zap up to N chars without deleting EOLs." |