-
-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* helm-command.el (helm-M-x-map): Don't quote nil (typo). (helm-M-x-universal-argument): Add docstring and helm-only prop.
- Loading branch information
Thierry Volpiatto
committed
Jun 24, 2016
1 parent
4cfb031
commit 4006c8a
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4006c8a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I have merged this change to master.
git merge
just creates a new commit to include the change, so the original commit (commit message, author info, etc) is lost, so now it looks like I made this change, which is not true, I am sorry about this. I need to learn more about git-merge.4006c8a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4006c8a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, you are right. Thanks for the explanation.