aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-08 18:43:42 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-08 18:43:42 +0000
commitfdff1cf580ddc0067e1bf69b5485929840f7e461 (patch)
treec93d7a36a13946bc103e507e512e278e7de00a8d /lib
parenta1504b5425d562a993a3833b673faa7444d35dc6 (diff)
byte-compile-and-load on write is a bit too enthusiastic
Diffstat (limited to 'lib')
-rw-r--r--lib/pg-dev.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/pg-dev.el b/lib/pg-dev.el
index a4b041bc..059c7764 100644
--- a/lib/pg-dev.el
+++ b/lib/pg-dev.el
@@ -33,9 +33,7 @@
(add-hook 'write-file-functions
'whitespace-write-file-hook nil t)
(add-hook 'before-save-hook
- 'copyright-update nil t)
- (add-hook 'after-save-hook
- 'emacs-lisp-byte-compile-and-load nil t)))
+ 'copyright-update nil t)))
;; Fill in template for new files