branch: externals/org
commit 277344c5ef17e2440d3a11b17fabd32519624563
Merge: e77ccd5046 5372790d28
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    Merge branch 'bugfix'
---
 lisp/org-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index 15d91bbb20..152f19a817 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -1240,7 +1240,7 @@ indentation."
   `(progn
      (unless (= 8 tab-width)
        (org--set-tab-width)
-       (warning "Tab width in Org files must be 8, not %d.  Setting back to 8. 
 Please adjust your `tab-width' settings for Org mode" tab-width))
+       (warn "Tab width in Org files must be 8, not %d.  Setting back to 8.  
Please adjust your `tab-width' settings for Org mode" tab-width))
      (string-width (buffer-substring-no-properties
                     (line-beginning-position) (point)))))
 

Reply via email to