From: Joe Wreschnig Date: Sun, 1 Oct 2017 12:02:42 +0000 (+0200) Subject: Remove file-local variable (I now use a mode-local variable for this). X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=commitdiff_plain;h=33ed6b181e054dfc26af5dc2db4aa74f7aed46a6;ds=sidebyside Remove file-local variable (I now use a mode-local variable for this). --- diff --git a/pelican-mode.el b/pelican-mode.el index ada4eb5..f72a681 100644 --- a/pelican-mode.el +++ b/pelican-mode.el @@ -380,9 +380,3 @@ has no status." (provide 'pelican-mode) ;;; pelican-mode.el ends here - - - -;; Local Variables: -;; sentence-end-double-space: t -;; End: