-
-
Notifications
You must be signed in to change notification settings - Fork 247
Add some missing functions for font lock #268
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
Conversation
@@ -130,6 +130,16 @@ | |||
"with-bindings" "with-bindings*" "with-in-str" "with-loading-context" | |||
"with-meta" "with-out-str" "with-precision" | |||
"with-redefs" "with-redefs-fn" "xml-seq" "zero?" "zipmap" | |||
"dec" "denominator" "error-handler" "error-mode" "every-pred" |
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.
Keep this entire list ordered by name.
@bbatsov Done :) |
Looks good. Just squash the two commits together. |
@bbatsov What do you mean by saying "squash the two commits together"? Sorry I am not an English native speaker. |
@bbatsov Something seems wrong? When I squash the last to commit as you teach me, I failed to push to remote to github, it hint me to pull first and push again. How can I do it correctly? |
Use push -f. On Tuesday, December 30, 2014, m00nlight notifications@github.com wrote:
Best Regards, |
7dfe030
to
00b0c09
Compare
@bbatsov I think it is OK now, right? |
Yep. Just remove the second line from the commit message as it's not very useful. |
Maybe cut new contributors some slack, @bbatsov 😀 ? |
00b0c09
to
6017a9c
Compare
@bbatsov : Sorry for some private fairs, Done now :) |
Add some missing functions for font lock
👍 |
Add some missing functions for font lock, from the function list of document 1.6
https://clojure.github.io/clojure/clojure.core-api.html