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
08ffcab3
Commit
08ffcab3
authored
Dec 23, 1993
by
Richard M. Stallman
Browse files
(sc-read-string): Don't pass a history arg to read-string.
parent
f5a131d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/mail/supercite.el
lisp/mail/supercite.el
+3
-2
No files found.
lisp/mail/supercite.el
View file @
08ffcab3
...
...
@@ -499,8 +499,9 @@ In version 18, the HISTORY argument is ignored."
"Compatibility between Emacs 18 and 19 `read-string'.
In version 18, the HISTORY argument is ignored."
(
if
(
memq
'v19
sc-emacs-features
)
(
funcall
'read-string
prompt
initial-contents
history
)
(
funcall
'read-string
prompt
initial-contents
)))
;; maybe future versions will take a `history' argument:
(
read-string
prompt
initial-contents
)
(
read-string
prompt
initial-contents
)))
(
defun
sc-submatch
(
matchnum
&optional
string
)
"Returns `match-beginning' and `match-end' sub-expression for MATCHNUM.
...
...
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