Missing keywords in octave-mod.el

Rafael Laboissiere <[email protected]> Thu, 4 Oct 2007 18:09:37 +0200
Newsgroups gmane.comp.gnu.octave.sources
Organization Debian GNU/Linux
Message-ID <20071004160937.GB15940@localhost>
--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Patch attached.

2007-10-04  Rafael Laboissiere  <[email protected]>

	* emacs/octave-mod.el: Added missing keywords to list of reserved
	words.


--2oS5YaxWCcQjTEyO
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="octave-mod-reserv-words.patch"

? 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

--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Octave-sources mailing list
[email protected]
https://www.cae.wisc.edu/mailman/listinfo/octave-sources

--2oS5YaxWCcQjTEyO--