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
c4078823
Commit
c4078823
authored
Nov 16, 2008
by
Chong Yidong
Browse files
Fix typo in last change.
parent
d4a263ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
lisp/subr.el
View file @
c4078823
...
...
@@ -1819,7 +1819,7 @@ by doing (clear-string STRING)."
(
while
(
progn
(
message
"%s%s"
prompt
(
make-string
(
length
pass
)
?.
))
;; We used to use read-char-exclusive,
tha
t that
;; We used to use read-char-exclusive,
bu
t that
;; gives funny behavior when the user presses,
;; e.g., the arrow keys.
(
setq
c
(
read-event
nil
t
))
...
...
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