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
ed095bd7
Commit
ed095bd7
authored
Jul 08, 2013
by
Juanma Barranquero
Browse files
lisp/subr.el (read-quoted-char): Remove unused local variable `char'.
parent
f1e6674b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
lisp/ChangeLog
lisp/ChangeLog
+9
-5
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ed095bd7
2013-07-07 Juanma Barranquero <lekktu@gmail.com>
* subr.el (read-quoted-char): Remove unused local variable `char'.
2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
* faces.el (tty-run-terminal-initialization): function changed (Stefan
...
...
lisp/subr.el
View file @
ed095bd7
...
...
@@ -1980,7 +1980,7 @@ any other terminator is used itself as input.
The optional argument PROMPT specifies a string to use to prompt the user.
The variable `read-quoted-char-radix' controls which radix to use
for numeric input."
(let ((message-log-max nil) done (first t) (code 0)
char
translated)
(
let
((
message-log-max
nil
)
done
(
first
t
)
(
code
0
)
translated
)
(
while
(
not
done
)
(
let
((
inhibit-quit
first
)
;; Don't let C-h get the help message--only help function keys.
...
...
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