projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223c321
)
Remove a local variable binding
author
John Wiegley
<johnw@newartisans.com>
Sun, 3 Dec 2017 18:57:55 +0000
(10:57 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Sun, 3 Dec 2017 18:57:55 +0000
(10:57 -0800)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index e34fb735cbd8ec836682dc583270b4185bbfc71a..94b3ec7c975a8814f9a0f3aaee739c92f94bd5d3 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-1717,7
+1717,6
@@
this file. Usage:
(provide 'use-package)
;; Local Variables:
-;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|("
;; indent-tabs-mode: nil
;; End: