From 0f3af41d372f30c2ec8605563e066c70def606b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Arroyo=20Men=C3=A9ndez?= Date: Fri, 16 Jul 2021 23:02:24 +0200 Subject: [PATCH] load-all.el: creation --- load-all.el | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 load-all.el diff --git a/load-all.el b/load-all.el new file mode 100644 index 0000000..09e5e2e --- /dev/null +++ b/load-all.el @@ -0,0 +1,37 @@ +;; Copyright (C) 2021 David Arroyo Menéndez + +;; Author: David Arroyo Menéndez +;; Maintainer: David Arroyo Menéndez +;; This file is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 3, or (at your option) +;; any later version. +;; +;; This file is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with php-skeleton; see the file GPL.txt. If not, write to +;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301 USA, + +(load-file "php-skeleton.el") +(load-file "php-skeleton-exceptions.el") +(load-file "functions/php-skeleton-array.el") +(load-file "functions/php-skeleton-classobj.el") +(load-file "functions/php-skeleton-crack.el") +(load-file "functions/php-skeleton-dio.el") +(load-file "functions/php-skeleton-dom.el") +(load-file "functions/php-skeleton-exif.el") +(load-file "functions/php-skeleton-filesystem.el") +(load-file "functions/php-skeleton-gd.el") +(load-file "functions/php-skeleton-math.el") +(load-file "functions/php-skeleton-pcre.el") +(load-file "functions/php-skeleton-regex.el") +(load-file "functions/php-skeleton-simplexml.el") +(load-file "functions/php-skeleton-strings.el") +(load-file "functions/php-skeleton-var.el") +(load-file "functions/php-skeleton-xmlparser.el") +(load-file "functions/php-skeleton-xmlreader.el")