robot-mode
robot-mode copied to clipboard
Fix problem with robot-indent function
Previously robot-indent() assumed c-basic-offset is always set to an integer. A possible value for it is also the symbol 'set-from-style and it caused all ENTER and TAB key presses to cause in error, making the mode unusable.