1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(Example -- Configuring a tool called directly):

Update name of flymake-build-relative-filename.
This commit is contained in:
Richard M. Stallman 2005-07-03 16:40:12 +00:00
parent dd25d0222f
commit 99f71598ea

View File

@ -422,7 +422,7 @@ First, we write the @code{init-function}:
(defun flymake-perl-init (buffer)
(let* ((temp-file (flymake-init-create-temp-buffer-copy
buffer 'flymake-create-temp-inplace))
(local-file (concat (flymake-build-relative-path
(local-file (concat (flymake-build-relative-filename
(file-name-directory
(buffer-file-name
(current-buffer)))