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

Show docstring-note even if docstring is missed #31

Merged
merged 1 commit into from
Oct 18, 2018
Merged

Show docstring-note even if docstring is missed #31

merged 1 commit into from
Oct 18, 2018

Conversation

caadar
Copy link
Contributor

@caadar caadar commented Oct 13, 2018

No description provided.

el-patch.el Outdated
(setq definition (cl-copy-list definition))
(setf (nth docstring-idx definition)
new-docstring)))))
(setq definition (cl-copy-list definition))
Copy link
Member

Choose a reason for hiding this comment

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

Please turn off indent-tabs-mode. In fact, I recommend doing this globally, since almost everyone agrees it should never be used.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Are my changes correct?

el-patch.el Outdated
(setq definition (cl-copy-list definition))
(setf (nth docstring-idx definition)
new-docstring)))))
(setq definition (cl-copy-list definition))
Copy link
Member

Choose a reason for hiding this comment

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

I think this only needs to be in the first branch of the if clause, since the second branch doesn't actually modify definition.

el-patch.el Outdated
@@ -1010,6 +1015,7 @@ This mode is enabled or disabled automatically when the
(provide 'el-patch)

;; Local Variables:
;; indent-tabs-mode: nil
Copy link
Member

Choose a reason for hiding this comment

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

I did this (and untabified the above code section) in separate commits on develop.

@caadar caadar closed this Oct 17, 2018
@caadar caadar reopened this Oct 17, 2018
@caadar caadar closed this Oct 17, 2018
@caadar caadar reopened this Oct 17, 2018
@caadar
Copy link
Contributor Author

caadar commented Oct 17, 2018

Sorry for noise.

@raxod502 raxod502 merged commit 38213a3 into radian-software:develop Oct 18, 2018
@raxod502
Copy link
Member

Looks good, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants