Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
text-modes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xemacs
text-modes
Commits
bb59ffc4e1c7
Commit
bb59ffc4e1c7
authored
27 years ago
by
steveb
Browse files
Options
Downloads
Patches
Plain Diff
add folding.el
parent
4136b4bb3812
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
Makefile
+6
-6
6 additions, 6 deletions
Makefile
folding.el
+4388
-0
4388 additions, 0 deletions
folding.el
package-info.in
+1
-1
1 addition, 1 deletion
package-info.in
with
4399 additions
and
7 deletions
ChangeLog
+
4
−
0
View file @
bb59ffc4
1998-03-25 SL Baur <steve@altair.xemacs.org>
* folding.el: New file.
1998-03-16 SL Baur <steve@altair.xemacs.org>
* iso-acc.el: Update maintainer: field.
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
6
−
6
View file @
bb59ffc4
...
...
@@ -19,7 +19,7 @@
# This XEmacs package contains independent single file lisp packages
VERSION
=
1.0
5
VERSION
=
1.0
6
AUTHOR_VERSION
=
MAINTAINER
=
XEmacs Development Team <xemacs-beta@xemacs.org>
PACKAGE
=
text-modes
...
...
@@ -27,11 +27,11 @@
REQUIRES
=
xemacs-base
CATEGORY
=
oa
ELCS
=
autoinsert.elc crontab.elc filladapt.elc
hexl.elc image-mode
.elc
\
iso-acc.elc iso-ascii.elc iso-cvt.elc iso-insert.elc
iso-swed.elc
\
nroff-mode.elc scribe.elc swedish.elc tabify.elc
underline.elc
\
whitespace-mode.elc winmgr-mode.elc ws-mode.elc
xpm-mode.elc
\
xrdb-mode.elc
ELCS
=
autoinsert.elc crontab.elc filladapt.elc
folding.elc hexl
.elc
\
image-mode.elc
iso-acc.elc iso-ascii.elc iso-cvt.elc iso-insert.elc
\
iso-swed.elc
nroff-mode.elc scribe.elc swedish.elc tabify.elc
\
underline.elc
whitespace-mode.elc winmgr-mode.elc ws-mode.elc
\
xpm-mode.elc
xrdb-mode.elc
include
../../XEmacs.rules
...
...
This diff is collapsed.
Click to expand it.
folding.el
0 → 100644
+
4388
−
0
View file @
bb59ffc4
This diff is collapsed.
Click to expand it.
package-info.in
+
1
−
1
View file @
bb59ffc4
...
...
@@ -13,7 +13,7 @@
filename FILENAME
md5sum MD5SUM
size SIZE
provides (autoinsert crontab-edit filladapt image-mode iso-acc iso-ascii iso-cvt iso-insert iso-swed swedish tabify whitespace-mode winmgr-mode xpm-mode xrdb-mode)
provides (autoinsert crontab-edit filladapt
fold-isearch folding
image-mode iso-acc iso-ascii iso-cvt iso-insert iso-swed swedish tabify whitespace-mode winmgr-mode xpm-mode xrdb-mode)
requires (REQUIRES)
type regular
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment