|
From: | Bozhidar Batsov |
Subject: | Re: Mark custom function for interactive use only |
Date: | Tue, 26 Nov 2013 08:46:03 +0200 |
When installing changes by others, please think about the copyright
assignment aspect. The rule is, we can accept no more than 10-15 lines
total (cumulative over all changes) from any one person without an
assignment. Changes that fall under that rule should be marked "(tiny
change") in the ChangeLog.
I'd say this one qualifies as a tiny change (although it's more than 15
lines, much of it is mechanical). We would probably need a copyright
assignment to accept any more from this author, though.
Also, please try and use --author when you commit someone else's changes
(Emacs can do this for you).
BTW, I think it would be nicer if I could write:
(put 'comint-run 'interactive-only 'make-comint)
instead of:
(put 'comint-run 'interactive-only "Use `make-comint' instead")
Also, the installed change is inconsistent as to whether "Use `foo'
instead" should end in a period (I guess it should).
Also also, maybe "; use `foo' instead." with no preceding newline would
look better most of the time?
[Prev in Thread] | Current Thread | [Next in Thread] |