Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
d5a92c06
Commit
d5a92c06
authored
Jun 24, 1992
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
4c2232bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+4
-4
No files found.
lisp/textmodes/fill.el
View file @
d5a92c06
...
@@ -71,10 +71,10 @@ From program, pass args FROM, TO and JUSTIFY-FLAG."
...
@@ -71,10 +71,10 @@ From program, pass args FROM, TO and JUSTIFY-FLAG."
(
if
(
eolp
)
(
forward-line
1
))
(
if
(
eolp
)
(
forward-line
1
))
;; If paragraph has only one line, don't assume
;; If paragraph has only one line, don't assume
;; that additional lines would have the same starting
;; that additional lines would have the same starting
;; decoration.
Instead, assume they would have white space
;; decoration.
Assume no indentation.
;; reaching to the same column.
;; (re-search-forward adaptive-fill-regexp)
(
re-search-forward
adaptive-fill-regexp
)
;; (setq fill-prefix (make-string (current-column) ?\ )
)
(
setq
fill-prefix
(
make-string
(
current-column
)
?\
))
)))
)))
(
save-restriction
(
save-restriction
(
narrow-to-region
from
to
)
(
narrow-to-region
from
to
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment