]> git.eshelyaron.com Git - emacs.git/commit
Don't quote lambdas in several places
authorStefan Kangas <stefan@marxist.se>
Wed, 30 Sep 2020 14:18:50 +0000 (16:18 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 1 Oct 2020 13:28:14 +0000 (15:28 +0200)
commitb03f74e0f2a578b1580e8b1c368665850ee7f808
tree00b9bce0235ef63bf6d93cc0eacaa4162f03c543
parent6cbc253aa0580e2f242551500764bba9780e669d
Don't quote lambdas in several places

* admin/find-gc.el (find-gc-unsafe):
* lisp/align.el (align-rules-list):
* lisp/comint.el (comint-arguments):
* lisp/double.el (isearch-mode-map):
* lisp/ehelp.el (electric-help-command-loop):
* lisp/emacs-lisp/cl-macs.el (cl-defstruct):
* lisp/emulation/cua-rect.el (cua--copy-rectangle-as-kill)
(cua-copy-rectangle-as-text):
* lisp/eshell/esh-var.el (eshell-parse-variable-ref):
* lisp/hexl.el (hexl-insert-multibyte-char):
* lisp/international/titdic-cnv.el (tsang-quick-converter)
(ziranma-converter):
* lisp/language/tibet-util.el (tibetan-decompose-precomposition-alist):
* lisp/mail/mailalias.el (mail-get-names):
* lisp/mh-e/mh-e.el (mh-auto-fields-list, mh-identity-default):
* lisp/mouse.el (mouse-buffer-menu-map, mouse-buffer-menu-alist):
* lisp/play/gametree.el (gametree-make-heading-function):
* lisp/shell.el (shell--command-completion-data):
* lisp/talk.el (talk-update-buffers):
* lisp/tempo.el (tempo-insert-template, tempo-is-user-element)
(tempo-build-collection):
* lisp/term.el (term-input-filter, term-pager-help):
* lisp/textmodes/table.el (table-delete-column):
* lisp/url/url-cache.el (url-cache-create-filename-human-readable):
* lisp/textmodes/tex-mode.el (latex-imenu-create-index): Don't quote
lambdas.
22 files changed:
admin/find-gc.el
lisp/align.el
lisp/comint.el
lisp/double.el
lisp/ehelp.el
lisp/emacs-lisp/cl-macs.el
lisp/emulation/cua-rect.el
lisp/eshell/esh-var.el
lisp/hexl.el
lisp/international/titdic-cnv.el
lisp/language/tibet-util.el
lisp/mail/mailalias.el
lisp/mh-e/mh-e.el
lisp/mouse.el
lisp/play/gametree.el
lisp/shell.el
lisp/talk.el
lisp/tempo.el
lisp/term.el
lisp/textmodes/table.el
lisp/textmodes/tex-mode.el
lisp/url/url-cache.el