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:
parent
dd25d0222f
commit
99f71598ea
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user