cssh
cssh copied to clipboard
Convert require commands into more memory efficient autoloads. Fix QA.
The following problems were also corrected:
cssh.el:374:12:Warning: assignment to free variable `cssh-buffer-list'
cssh.el:370:13:Warning: reference to free variable `cssh-buffer-list'
In cssh-send-input:
cssh.el:473:24:Warning: reference to free variable `cssh-input-ring'
cssh.el:474:17:Warning: assignment to free variable `cssh-input-ring-index'
In end of data:
cssh.el:648:1:Warning: the function `cssh-newline-and-prompt' is not known to
be defined.
+(defun cssh-newline-and-prompt ()
+ "NOT IMPLEMETED.")
Why doing that?
On 2012-01-04 08:49, Dimitri Fontaine wrote:
| | +(defun cssh-newline-and-prompt () | + "NOT IMPLEMETED.") |
|
| Why doing that?
There was no function. This is a placeholder for you to fill it.
Jari
Do you want to be implementing it? Sorry about the delay, that said.