emacs/lisp/progmodes
Stefan Kangas 206dd9d592 Don't quote lambdas in several places
* lisp/allout-widgets.el (allout-widgets-adjusting-message)
(allout-widgets-exposure-change-processor)
(allout-widgets-count-buttons-in-region):
* lisp/ansi-color.el (ansi-color-make-color-map):
* lisp/case-table.el (describe-buffer-case-table):
* lisp/emacs-lisp/byte-opt.el (byte-decompile-bytecode-1):
* lisp/gnus/gnus-agent.el (gnus-agent-regenerate-group):
* lisp/gnus/nnir.el (nnir-run-swish++, nnir-run-swish-e)
(nnir-run-hyrex, nnir-run-namazu):
* lisp/hippie-exp.el (make-hippie-expand-function)
(try-complete-lisp-symbol, try-complete-lisp-symbol-partially)
(try-expand-all-abbrevs):
* lisp/international/mule-cmds.el (sort-coding-systems)
(select-safe-coding-system, select-message-coding-system)
(read-language-name, encoded-string-description):
* lisp/international/quail.el (quail-keyseq-translate)
(quail-get-translations, quail-build-decode-map)
(quail-insert-decode-map):
* lisp/jka-compr.el (jka-compr-uninstall):
* lisp/locate.el (locate-in-alternate-database):
* lisp/mail/mailabbrev.el (mail-resolve-all-aliases-1)
(mail-abbrev-make-syntax-table):
* lisp/mh-e/mh-seq.el (mh-read-folder-sequences):
* lisp/net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
* lisp/progmodes/make-mode.el (makefile-query-targets)
(makefile-prompt-for-gmake-funargs):
* lisp/shadowfile.el (shadow-cancel, shadow-shadows-of):
* lisp/sort.el (sort-pages, sort-fields, sort-regexp-fields):
* lisp/subr.el (listify-key-sequence):
* lisp/term/wyse50.el (terminal-init-wyse50):
* lisp/textmodes/ispell.el (ispell-help)
(ispell-begin-tex-skip-regexp):
* lisp/textmodes/page-ext.el (pages-sort-region):
* lisp/textmodes/refer.el (refer-find-entry-in-file):
* lisp/url/url-expand.el (url-expand-file-name): Don't quote lambdas.
2020-11-12 22:24:58 +01:00
..
antlr-mode.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
asm-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
autoconf.el Use lexical-binding in autoconf.el and add tests 2020-05-15 20:42:15 +02:00
bat-mode.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
bug-reference.el bug-reference auto-setup for IRC, implementation for ERC 2020-07-23 19:03:25 +02:00
cc-align.el CC Mode: fix many compiler warnings which would appear with lexical binding 2020-11-09 21:19:19 +00:00
cc-awk.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
cc-bytecomp.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cc-cmds.el CC Mode: fix many compiler warnings which would appear with lexical binding 2020-11-09 21:19:19 +00:00
cc-defs.el CC Mode: fix many compiler warnings which would appear with lexical binding 2020-11-09 21:19:19 +00:00
cc-engine.el CC Mode: fix many compiler warnings which would appear with lexical binding 2020-11-09 21:19:19 +00:00
cc-fonts.el C++ Mode: Modernize the fontification of "using" 2020-09-20 19:57:05 +00:00
cc-guess.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cc-langs.el CC Mode: Move the handling of keyword auto into type handling for C++. 2020-10-08 16:49:49 +00:00
cc-menus.el Objective C Mode imenu: cease recognizing "functions" within comments, etc. 2020-01-07 20:11:37 +00:00
cc-mode.el CC Mode: fix many compiler warnings which would appear with lexical binding 2020-11-09 21:19:19 +00:00
cc-styles.el CC Mode: Convert the handling of c-special-indent-hook to standard usage 2020-10-02 10:34:37 +00:00
cc-vars.el C++ Mode: handle __attribute__,etc. inside constructor argument lists 2020-09-12 16:37:56 +00:00
cfengine.el Shoosh warnings about obsolete eldoc-documentation-function 2020-07-08 20:20:19 +01:00
cl-font-lock.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
cmacexp.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
compile.el Fix javac message parsing column number off-by-one 2020-11-06 17:16:00 +01:00
cperl-mode.el cperl-mode: Indentation of ')' follows customisation 2020-11-09 15:25:47 +01:00
cpp.el * lisp/progmodes/cpp.el: Use lexical binding. 2020-10-22 11:46:09 +02:00
cwarn.el Add "Old-" prefix to "Version" header in some cases 2020-03-21 02:48:24 +01:00
dcl-mode.el Make more load-hooks obsolete (Bug#21563) 2020-10-20 19:14:04 +02:00
ebnf-abn.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
ebnf-bnf.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf-dtd.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
ebnf-ebx.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
ebnf-iso.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf-otz.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ebnf-yac.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf2ps.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
ebrowse.el Merge from origin/emacs-27 2020-10-02 09:38:24 -07:00
elisp-mode.el Fix Elisp's elisp--documentation-one-liner (bug#43609) 2020-11-02 16:25:43 +00:00
etags.el Reimplement commit 46b3db5579 (bug#44294) 2020-10-31 21:39:28 +02:00
executable.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
f90.el Fix narrow-to-defun in f90-mode 2020-10-17 09:43:02 +02:00
flymake-cc.el Merge from origin/emacs-27 2020-10-02 09:38:24 -07:00
flymake-proc.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
flymake.el ; Fix typos 2020-09-21 14:26:42 +02:00
fortran.el ; * lisp/progmodes/fortran.el: Call 'eval' with lexical binding. 2020-10-22 18:31:31 +02:00
gdb-mi.el Change the default value of gdb-mi-decode-strings to t (bug#44173) 2020-11-06 13:55:32 +01:00
glasses.el Use lexical-binding in glasses.el and add tests 2020-05-10 17:18:03 +02:00
grep.el * lisp/progmodes/grep.el: More fixes for 'lgrep' (bug#23590) 2020-10-14 11:45:26 +03:00
gud.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
hideif.el Merge from origin/emacs-27 2020-10-02 09:38:24 -07:00
hideshow.el Make hideshow.el work with Mhtml mode 2020-10-30 22:40:11 -04:00
icon.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
idlw-complete-structtag.el ; Fix last change to idlw-complete-structtag.el 2020-10-20 20:02:29 +01:00
idlw-help.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
idlw-shell.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
idlw-toolbar.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
idlwave.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
inf-lisp.el Use `format-prompt' when prompting with default values 2020-09-06 16:56:54 +02:00
js.el Comment JSX lines using JSX syntax 2020-10-22 15:22:05 +02:00
ld-script.el * lisp/progmodes/ld-script.el: Use lexical-binding. 2020-10-18 02:27:29 +02:00
m4-mode.el Use lexical-binding in m4-mode.el 2020-10-20 20:32:19 +02:00
make-mode.el Don't quote lambdas in several places 2020-11-12 22:24:58 +01:00
meta-mode.el Make more load-hooks obsolete 2020-01-16 23:06:04 -08:00
mixal-mode.el * lisp/progmodes/mixal-mode.el: Fix typos. 2020-10-18 00:57:29 +02:00
modula2.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
octave.el Use `format-prompt' when prompting with default values 2020-09-06 16:56:54 +02:00
opascal.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
pascal.el Fix spurious error in beginning-of-defun in pascal-mode (bug#41740) 2020-06-22 09:51:17 +02:00
perl-mode.el ; Fix more typos 2020-10-03 12:53:51 +02:00
prog-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
project.el Clarify project-find-file doc string 2020-11-12 13:36:19 +01:00
prolog.el Partially revert previous prolog.el cleanup 2020-09-25 16:06:35 +02:00
ps-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
python.el Remove redundant installation instructions 2020-11-12 03:12:35 +01:00
ruby-mode.el Remove redundant installation instructions 2020-11-12 03:12:35 +01:00
scheme.el Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
sh-script.el Add "Old-" prefix to "Version" header in more cases 2020-10-18 20:35:26 +02:00
simula.el Fix broken regexps 2020-02-20 11:25:25 +01:00
sql.el Remove some Emacs 19 compat code and references 2020-10-25 18:27:19 +01:00
subword.el Comment to postpone deletion of c-subword-mode 2020-08-14 17:03:13 +02:00
tcl.el * lisp/progmodes/tcl.el: Use lexical-binding 2020-11-03 23:02:13 -05:00
vera-mode.el Use lexical-binding and remove compat code 2020-08-22 22:47:31 +02:00
verilog-mode.el ; Fix typos 2020-09-21 14:26:42 +02:00
vhdl-mode.el vhdl-mode: remove minor obstacle to static checking 2020-11-12 14:58:29 +01:00
which-func.el which-function-mode: put hook function on after-change-major-mode-hook 2020-05-20 18:02:13 +00:00
xref.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
xscheme.el Remove many items obsolete since Emacs 23.2 and 23.3 2020-08-24 04:09:47 +02:00