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
Open sidebar
emacs
emacs
Commits
8cf19007
Commit
8cf19007
authored
Apr 07, 1995
by
Richard M. Stallman
Browse files
(set-right-margin): Fix prompt.
parent
fb775602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/indent.el
lisp/indent.el
+1
-1
No files found.
lisp/indent.el
View file @
8cf19007
...
...
@@ -162,7 +162,7 @@ If `auto-fill-mode' is active, re-fill the region to fit the new margin."
(
defun
set-right-margin
(
from
to
lm
)
"Set the right margin of the region to WIDTH.
If `auto-fill-mode' is active, re-fill the region to fit the new margin."
(
interactive
"r\nNSet
lef
t margin to
column
: "
)
(
interactive
"r\nNSet
righ
t margin to
width
: "
)
(
if
(
interactive-p
)
(
setq
lm
(
prefix-numeric-value
lm
)))
(
save-excursion
(
goto-char
from
)
...
...
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