]> code.delx.au - gnu-emacs/commitdiff
(Example -- Configuring a tool called directly):
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:40:12 +0000 (16:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:40:12 +0000 (16:40 +0000)
Update name of flymake-build-relative-filename.

man/flymake.texi

index bf224b28fde5c12155fe53a35346c8913ffef484..7a9ca11f4d5a818b7e9e68fea9de126edcd034a0 100644 (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)))