Patch attached.
2007-10-04 Rafael Laboissiere <
rafael@...>
* emacs/octave-mod.el: Added missing keywords to list of reserved
words.
? Makefile
Index: octave-mod.el
===================================================================
RCS file: /cvs/octave/emacs/octave-mod.el,v
retrieving revision 1.43
diff -u -u -r1.43 octave-mod.el
--- octave-mod.el 20 Apr 2007 05:31:41 -0000 1.43
+++ octave-mod.el 4 Oct 2007 16:11:18 -0000
@@ -112,7 +112,8 @@
(append octave-begin-keywords
octave-else-keywords
octave-end-keywords
- '("all_va_args" "break" "continue" "end" "global" "return"))
+ '("all_va_args" "break" "continue" "end" "global" "persistent"
+ "return" "static" "varargin" "varargout" "__FILE__" "__LINE__"))
"Reserved words in Octave.")
(defvar octave-text-functions
_______________________________________________
Octave-sources mailing list
Octave-sources@...
https://www.cae.wisc.edu/mailman/listinfo/octave-sources