diff scripts/pkg/pkg.m @ 8746:5dd06f19e9be

handle commands in the lexer
author John W. Eaton <jwe@octave.org>
date Sun, 15 Feb 2009 23:49:15 -0500
parents e07e93c04080
children 34a821854961
line wrap: on
line diff
--- a/scripts/pkg/pkg.m	Sun Feb 15 16:31:16 2009 -0500
+++ b/scripts/pkg/pkg.m	Sun Feb 15 23:49:15 2009 -0500
@@ -195,8 +195,6 @@
 ## @end table
 ## @end deftypefn
 
-## PKG_ADD: mark_as_command pkg
-
 function [local_packages, global_packages] = pkg (varargin)
   ## Installation prefix (FIXME: what should these be on windows?)
   persistent user_prefix = false;