emacs/lisp/eshell
Stefan Kangas 0e76716c5f Delete redundant lambdas around unary functions
This is not just stylistic, but also slightly faster.  These are all
regular defuns, of course, as this won't work with macros and defsubsts.

* lisp/calc/calc-nlfit.el (math-nlfit-fit-curve)
(calc-fit-hubbert-linear-curve):
* lisp/calendar/cal-tex.el (cal-tex-latexify-list):
* lisp/calendar/todo-mode.el (todo-sort):
* lisp/cedet/semantic/ctxt.el (semantic-ctxt-end-of-symbol-default)
(semantic-ctxt-current-symbol-default):
* lisp/cedet/semantic/symref.el (semantic-symref-result-get-files):
* lisp/cedet/semantic/texi.el (semantic-texi-command-completion-list):
* lisp/descr-text.el (describe-char):
* lisp/emacs-lisp/eieio-datadebug.el
(data-debug-add-specialized-thing):
* lisp/emacs-lisp/rmc.el (read-multiple-choice--short-answers):
* lisp/eshell/em-pred.el (eshell-modifier-alist):
* lisp/gnus/gnus-cache.el (gnus-cache-articles-in-group):
* lisp/gnus/gnus-dired.el (gnus-dired-attach):
* lisp/help-mode.el (help-package-def):
* lisp/ibuf-ext.el (ibuffer-mark-modified-buffers):
* lisp/image/image-dired.el:
* lisp/international/quail.el (quail-keyseq-translate)
(quail-get-translations):
* lisp/isearch.el (isearch-pre-command-hook)
(search-within-boundaries):
* lisp/mail/supercite.el (sc-ask):
* lisp/mh-e/mh-e.el (mh-variant-set):
* lisp/net/rcirc.el (rcirc-nick-channels, rcirc-channel-nicks):
(rcirc-browse-url):
* lisp/obsolete/thumbs.el (thumbs-cleanup-thumbsdir):
* lisp/org/org-agenda.el (org-agenda-filter-completion-function):
* lisp/org/org-table.el (org-table-eval-formula):
* lisp/org/org.el (org-set-regexps-and-options):
* lisp/org/ox.el (org-export--get-inbuffer-options):
* lisp/ses.el (ses-range):
* lisp/textmodes/emacs-news-mode.el (emacs-news--buttonize):
* lisp/textmodes/ispell.el (ispell-begin-tex-skip-regexp):
* lisp/vc/vc-cvs.el (vc-cvs-stay-local-p):
* lisp/window.el (window--state-get-1):
* test/lisp/emacs-lisp/shortdoc-tests.el (shortdoc-all-groups-work):
Delete redundant lambdas around unary functions.  (Bug#66816)
2025-02-11 19:04:00 +01:00
..
em-alias.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-banner.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-basic.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-cmpl.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-dirs.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-elecslash.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-extpipe.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-glob.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-hist.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-ls.el Make Eshell's "ls" command return a non-zero status on errors 2025-01-11 11:50:19 -08:00
em-pred.el Delete redundant lambdas around unary functions 2025-02-11 19:04:00 +01:00
em-prompt.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-rebind.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-script.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-smart.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-term.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-tramp.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-unix.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
em-xtra.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-arg.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-cmd.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-ext.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-io.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-mode.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-module.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-opt.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-proc.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
esh-util.el Improve integer file mode options docstrings 2025-01-06 11:10:10 +01:00
esh-var.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
eshell.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00