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
7b907635
Commit
7b907635
authored
Dec 07, 2004
by
Jay Belanger
Browse files
Set calc-summary-indentation even when Calc Summary buffer exists.
parent
92dd6c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
lisp/calc/calc-help.el
lisp/calc/calc-help.el
+6
-5
No files found.
lisp/calc/calc-help.el
View file @
7b907635
...
...
@@ -186,11 +186,12 @@ C-w Describe how there is no warranty for Calc."
(
copy-to-buffer
"*Calc Summary*"
(
point
)
(
point-max
))
(
if
Info-history
(
Info-last
))))
(
setq
case-fold-search
nil
)
(
re-search-forward
"^\\(.*\\)\\[\\.\\. a b"
)
(
setq
calc-summary-indentation
(
-
(
match-end
1
)
(
match-beginning
1
)))))
(
Info-last
))))))
(
goto-char
(
point-min
))
(
setq
case-fold-search
nil
)
(
re-search-forward
"^\\(.*\\)\\[\\.\\. a b"
)
(
setq
calc-summary-indentation
(
-
(
match-end
1
)
(
match-beginning
1
)))
(
goto-char
(
point-min
))
(
setq
target
(
if
(
and
(
string-match
"[0-9]\\'"
desc
)
(
not
(
string-match
"[d#]"
desc
)))
...
...
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