--- octave.el.orig 2013-04-29 22:33:35.000000000 +0200 +++ octave.el 2013-04-29 22:37:52.000000000 +0200 @@ -48,6 +48,7 @@ ("`b" "break") ("`cs" "case") ("`ca" "catch") + ("`dn" "drawnow") ("`c" "continue") ("`el" "else") ("`eli" "elseif") @@ -59,15 +60,21 @@ ("`es" "endswitch") ("`ew" "endwhile") ("`f" "for") + ("`fi" "figure ()") ("`fu" "function") ("`gl" "global") ("`gp" "gplot") ("`gs" "gsplot") ("`if" "if ()") + ("`ll" "loglog ()") ("`o" "otherwise") + ("`pl" "plot") + ("`pr" "print") ("`rp" "replot") ("`r" "return") ("`s" "switch") + ("`slx" "semilogx ()") + ("`sly" "semilogy ()") ("`t" "try") ("`u" "until ()") ("`up" "unwind_protect")