From 0b4e003766f15225dede9bdba4ead33e493856e2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 26 Jun 2019 10:24:59 -0400 Subject: Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" This reverts commit 698ff554ac2699ec48fefc85a1307cbc4a183b0d. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 5db74799ade..ffd65c88027 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,6 @@ ((nil . ((tab-width . 8) (sentence-end-double-space . t) - (fill-column . 79) + (fill-column . 70) (bug-reference-url-format . "https://debbugs.gnu.org/%s"))) (c-mode . ((c-file-style . "GNU") (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK")) -- cgit v1.2.3