Clean up defuns

This commit is contained in:
Henrik Lissner 2015-06-19 16:08:58 +02:00
parent c51ca7d7f4
commit 9281a9b985
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
;;; defuns-compile.el
(! (require 'f))
(eval-when-compile (require 'f))
(defun narf--compile-important-dirs ()
(append (list narf-core-dir narf-contrib-dir)

View file

@ -160,7 +160,6 @@ spaces on either side of the point if so. Resorts to
(if (memq 'delete-trailing-whitespace before-save-hook)
(progn (message "Remove trailing whitespace: OFF")
(remove-hook 'before-save-hook 'delete-trailing-whitespace))
(message "Remove trailing whitespace: ON")
(add-hook 'before-save-hook 'delete-trailing-whitespace)))