Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression in dumb-jump-file-modified-p #361

Merged
merged 1 commit into from Aug 6, 2020
Merged

Conversation

twmr
Copy link
Contributor

@twmr twmr commented Aug 6, 2020

A regression was introdcued in #330 that caused
dumb-jump-file-modified-p to always return nil. This is fixed now.

A regression was introdcued in jacktasia#330 that caused
dumb-jump-file-modified-p to always return nil.  This is fixed now.
Copy link
Owner

@jacktasia jacktasia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jacktasia jacktasia merged commit f511d6d into jacktasia:master Aug 6, 2020
(file-exists-p (buffer-file-name it))
(file-equal-p (buffer-file-name it) path))
(buffer-list))))))
(interactive)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the function interactive?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sry this was a mistake. I used it for testing and forgot to remove it before pushing the commit.

@twmr twmr deleted the any branch August 6, 2020 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants