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
298e2ff48c66
Commit
298e2ff48c66
authored
25 years ago
by
steveb
Browse files
Options
Downloads
Patches
Plain Diff
various bug fixes
parent
88249b34b6d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+8
-0
8 additions, 0 deletions
ChangeLog
Makefile
+1
-1
1 addition, 1 deletion
Makefile
filladapt.el
+4
-4
4 additions, 4 deletions
filladapt.el
with
13 additions
and
5 deletions
ChangeLog
+
8
−
0
View file @
298e2ff4
1999-07-06 SL Baur <steve@miho.m17n.org>
* filladapt.el (fill-paragraph): Quote leading parenthesis.
(lisp-fill-paragraph): Ditto.
(fill-region-as-paragraph): Ditto.
(fill-region): Ditto.
From Bob Weiner <weiner@altrasoft.com>
1999-04-22 John H Palmieri <palmieri@member.ams.org>
* xpm-mode.el (xpm-parse-color):
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
298e2ff4
...
...
@@ -19,7 +19,7 @@
# This XEmacs package contains independent single file lisp packages
VERSION
=
1.
19
VERSION
=
1.
20
AUTHOR_VERSION
=
MAINTAINER
=
XEmacs Development Team <xemacs-beta@xemacs.org>
PACKAGE
=
text-modes
...
...
This diff is collapsed.
Click to expand it.
filladapt.el
+
4
−
4
View file @
298e2ff4
...
...
@@ -464,7 +464,7 @@
(
defun
fill-paragraph
(
arg
)
"Fill paragraph at or after point. Prefix arg means justify as well.
(This function has been overloaded with the `filladapt' version.)
\
(This function has been overloaded with the `filladapt' version.)
If `sentence-end-double-space' is non-nil, then period followed by one
space does not end a sentence, so don't break a line there.
...
...
@@ -478,7 +478,7 @@
(
defun
lisp-fill-paragraph
(
&optional
arg
)
"Like \\[fill-paragraph], but handle Emacs Lisp comments.
(This function has been overloaded with the `filladapt' version.)
\
(This function has been overloaded with the `filladapt' version.)
If any of the current line is a comment, fill the comment or the
paragraph of it that point is in, preserving the comment's indentation
...
...
@@ -491,7 +491,7 @@
nosqueeze
squeeze-after
)
"Fill the region as one paragraph.
(This function has been overloaded with the `filladapt' version.)
\
(This function has been overloaded with the `filladapt' version.)
It removes any paragraph breaks in the region and extra newlines at the end,
indents and fills lines between the margins given by the
...
...
@@ -556,7 +556,7 @@
(
defun
fill-region
(
beg
end
&optional
justify
nosqueeze
to-eop
)
"Fill each of the paragraphs in the region.
(This function has been overloaded with the `filladapt' version.)
\
(This function has been overloaded with the `filladapt' version.)
Prefix arg (non-nil third arg, if called from program) means justify as well.
...
...
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