emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/command updated (0e2b123 -> 3cb944d)


From: Lars Ingebrigtsen
Subject: scratch/command updated (0e2b123 -> 3cb944d)
Date: Thu, 11 Feb 2021 10:23:11 -0500 (EST)

larsi pushed a change to branch scratch/command.

      from  0e2b123   Use frame monitor in frame_float
       new  c010d9e   Add support for the new `command' special form
       new  3cb944d   Convert a bunch of Gnus commands to use `command'


Summary of changes:
 doc/lispref/commands.texi   |  18 ++
 lisp/emacs-lisp/bytecomp.el |  43 +++--
 lisp/emacs-lisp/edebug.el   |   3 +
 lisp/gnus/gnus-art.el       | 253 +++++++++++++--------------
 lisp/gnus/gnus-bookmark.el  |  24 +--
 lisp/gnus/gnus-cache.el     |   8 +-
 lisp/gnus/gnus-cite.el      |  11 +-
 lisp/gnus/gnus-cus.el       |   8 +-
 lisp/gnus/gnus-delay.el     |   8 +-
 lisp/gnus/gnus-diary.el     |   4 +-
 lisp/gnus/gnus-dired.el     |  17 +-
 lisp/gnus/gnus-sum.el       | 414 ++++++++++++++++++++++----------------------
 lisp/simple.el              |  10 +-
 src/callint.c               |  19 ++
 src/data.c                  |  73 +++++++-
 src/emacs-module.c          |   8 +-
 src/eval.c                  |   8 +-
 src/lisp.h                  |   3 +
 src/lread.c                 |   1 +
 19 files changed, 538 insertions(+), 395 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]