unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dario Gjorgjevski <dario.gjorgjevski@gmail.com>
To: 46401@debbugs.gnu.org
Subject: bug#46401: Typo in commit 0cc35e1431
Date: Tue, 09 Feb 2021 13:59:42 +0100	[thread overview]
Message-ID: <fv2zoj8s7xbdmp.fsf@gmail.com> (raw)

Hi,

There is a typo in commit 0cc35e1431:

    $ git show --oneline 0cc35e1431 lisp/progmodes/elisp-mode.el
    0cc35e1431 Move all usages of `values' to `values--store-value'
    diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
    index 9a36206bfd..0325d4ea75 100644
    --- a/lisp/progmodes/elisp-mode.el
    +++ b/lisp/progmodes/elisp-mode.el
    @@ -1268,9 +1268,8 @@ If `eval-expression-debug-on-error' is non-nil, which is the default,
     this command arranges for all errors to enter the debugger."
       (interactive "P")
       (if (null eval-expression-debug-on-error)
    -      (let ((value (elisp--eval-last-sexp eval-last-sexp-arg-internal)))
    -        (push value values)
    -        value)
    +      (values--store-values
    +       (elisp--eval-last-sexp eval-last-sexp-arg-internal))
         (let ((value
               (let ((debug-on-error elisp--eval-last-sexp-fake-value))
                 (cons (elisp--eval-last-sexp eval-last-sexp-arg-internal)

Instead of values--store-values, it should say values--store-value.

Best regards,
Dario

-- 
$ keyserver=hkps://hkps.pool.sks-keyservers.net
$ keyid=744A4F0B4F1C9371
$ gpg --keyserver $keyserver --search-keys $keyid





             reply	other threads:[~2021-02-09 12:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09 12:59 Dario Gjorgjevski [this message]
2021-02-09 13:28 ` bug#46401: Typo in commit 0cc35e1431 Basil L. Contovounesios

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fv2zoj8s7xbdmp.fsf@gmail.com \
    --to=dario.gjorgjevski@gmail.com \
    --cc=46401@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).