All pastes #2051151 Raw Edit

Miscellany

public text v1 · immutable
#2051151 ·published 2011-04-27 09:25 UTC
rendered paste body
;;;; perl-specific init-cleanup routines
(defun flymake-perl-init ()
  (let* ((temp-file   (flymake-init-create-temp-buffer-copy
                       'flymake-create-temp-inplace))
	 (local-file  (file-relative-name
                       temp-file
                       (file-name-directory buffer-file-name))))
    (list "perl" (list "-wc " local-file))))