]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove a local variable binding
authorJohn Wiegley <johnw@newartisans.com>
Sun, 3 Dec 2017 18:57:55 +0000 (10:57 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Sun, 3 Dec 2017 18:57:55 +0000 (10:57 -0800)
lisp/use-package/use-package.el

index e34fb735cbd8ec836682dc583270b4185bbfc71a..94b3ec7c975a8814f9a0f3aaee739c92f94bd5d3 100644 (file)
@@ -1717,7 +1717,6 @@ this file.  Usage:
 (provide 'use-package)
 
 ;; Local Variables:
-;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|("
 ;; indent-tabs-mode: nil
 ;; End: