changeset 11787:1278c219b43e octave-forge

miscellaneous: revert r11808 and r11807 * since oct file is named partint, there is no need for autoload
author carandraug
date Wed, 12 Jun 2013 22:47:01 +0000
parents 642ac66016ad
children 77600d98638a
files main/miscellaneous/NEWS main/miscellaneous/PKG_ADD
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/miscellaneous/NEWS	Wed Jun 12 22:07:22 2013 +0000
+++ b/main/miscellaneous/NEWS	Wed Jun 12 22:47:01 2013 +0000
@@ -9,9 +9,6 @@
 
       apply       map         partarray   temp_name
 
- ** Bug fixes
-    - partint was not being loaded by PKG_ADD
-
 ===============================================================================
 miscellaneous-1.2.0   Release Date: 2012-10-16  Release Manager: Carnë Draug
 ===============================================================================
--- a/main/miscellaneous/PKG_ADD	Wed Jun 12 22:07:22 2013 +0000
+++ b/main/miscellaneous/PKG_ADD	Wed Jun 12 22:47:01 2013 +0000
@@ -1,2 +1,1 @@
 autoload ("partcnt", fullfile (fileparts (mfilename ("fullpath")), "partint.oct"));
-autoload ("partint", fullfile (fileparts (mfilename ("fullpath")), "partint.oct"));