From 8c64644450d2bb8064b6a6dce0ab280c1bfe5d22 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 16 Jun 2018 20:57:51 +0200 Subject: [PATCH] setq->defvar (prettify-symbols-unprettify-at-point) --- modules/ui/pretty-code/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/pretty-code/autoload.el b/modules/ui/pretty-code/autoload.el index 7954207eb..556555eb3 100644 --- a/modules/ui/pretty-code/autoload.el +++ b/modules/ui/pretty-code/autoload.el @@ -48,7 +48,7 @@ ;; When you get to the right edge, it goes back to how it normally prints ;;;###autoload -(setq prettify-symbols-unprettify-at-point 'right-edge) +(defvar prettify-symbols-unprettify-at-point 'right-edge) ;;;###autodef (defun set-pretty-symbols! (modes &rest plist)