From: Richard M. Stallman Date: Sun, 3 Jul 2005 16:40:12 +0000 (+0000) Subject: (Example -- Configuring a tool called directly): X-Git-Tag: emacs-pretest-22.0.90~8485 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/99f71598ea9e68f36306c49e1de1f2213846aaf1?ds=sidebyside (Example -- Configuring a tool called directly): Update name of flymake-build-relative-filename. --- diff --git a/man/flymake.texi b/man/flymake.texi index bf224b28fd..7a9ca11f4d 100644 --- a/man/flymake.texi +++ b/man/flymake.texi @@ -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)))