comparison octaverc @ 3335:3676b3329fd4

octaverc: Don't use deprecated edit variable EDITOR. * octaverc: Don't use deprecated edit variable EDITOR.
author Rik <rik@octave.org>
date Mon, 25 Nov 2013 21:32:31 -0800
parents d35eda9fb1f3
children 47ac621e632f
comparison
equal deleted inserted replaced
3334:324937497c32 3335:3676b3329fd4
2 ## 2 ##
3 ## This file should contain any commands that should be executed each 3 ## This file should contain any commands that should be executed each
4 ## time Octave starts for every user at this site. 4 ## time Octave starts for every user at this site.
5 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'notepad++'), pathsep, EXEC_PATH)); 5 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'notepad++'), pathsep, EXEC_PATH));
6 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH)); 6 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH));
7 edit ("editor", cstrcat (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe'), ' %s')); 7 EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe'));