aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-07 09:02:38 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-07 09:02:38 +0000
commitfb2383907f7634c96a737e297874f155638d4895 (patch)
tree9f1fd1252ba2d1742ed5e572081793a60595f35d /lib
parent45b7d250bafbbfa201090b29d33ba011827f0beb (diff)
Attempt byte compilation only for emacs lisp!
Diffstat (limited to 'lib')
-rw-r--r--lib/pg-dev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pg-dev.el b/lib/pg-dev.el
index 5a636f31..a4b041bc 100644
--- a/lib/pg-dev.el
+++ b/lib/pg-dev.el
@@ -35,7 +35,7 @@
(add-hook 'before-save-hook
'copyright-update nil t)
(add-hook 'after-save-hook
- 'emacs-lisp-byte-compile-and-load)))
+ 'emacs-lisp-byte-compile-and-load nil t)))
;; Fill in template for new files