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
f0713411
Commit
f0713411
authored
Sep 20, 2010
by
Juanma Barranquero
Browse files
* subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
parent
bdaa75c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/subr.el
lisp/subr.el
+1
-4
No files found.
lisp/ChangeLog
View file @
f0713411
2010-09-20 Juanma Barranquero <lekktu@gmail.com>
* subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
* emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/subr.el
View file @
f0713411
...
...
@@ -3403,10 +3403,7 @@ is nil and `use-dialog-box' is non-nil."
((memq answer '(exit-prefix quit)) (signal 'quit nil) t)
(t t)))
(ding)
(discard-input)
(setq xprompt
(if (eq answer 'recenter) prompt
(concat "
Please
answer
y
or
n.
" prompt)))))
(discard-input)))
(let ((ret (eq answer 'act)))
(unless noninteractive
(message "%s %s" prompt (if ret "y" "n")))
...
...
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