branch: externals/matlab-mode
commit 9e367f2f3636c26fcb10306c2d53ca67f873ad34
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>

    emacsrunregion: remove unnecessary display of mfile due to missing semicolon
---
 toolbox/emacsrun.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolbox/emacsrun.m b/toolbox/emacsrun.m
index 30fd81b22b..0bd919abe5 100644
--- a/toolbox/emacsrun.m
+++ b/toolbox/emacsrun.m
@@ -20,7 +20,7 @@ function emacsrun(mfile, varargin)
 %
 % Command sent by Emacs for save-and-go functionality
 
-    mfile = emacsstripremote(mfile)
+    mfile = emacsstripremote(mfile);
     % Now figure out if shortFileName is on the path.
     [ fullFilePath, shortFileName ] = fileparts(mfile);
     onpath = ~isempty(which(shortFileName));

Reply via email to