1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00
emacs/lisp/progmodes
Mark Oteiza 370d0e7aa7 Update uses of if-let and when-let
* lisp/dom.el (dom-previous-sibling):
* lisp/emacs-lisp/package.el (package--with-work-buffer):
(package--sort-deps-in-alist, package--sort-by-dependence):
(package-install-from-archive, package-install):
(package-menu-execute, package-menu--populate-new-package-list):
* lisp/filenotify.el (file-notify--rm-descriptor):
(file-notify--event-watched-file, file-notify--event-file-name):
(file-notify--event-file1-name, file-notify-rm-watch):
(file-notify-valid-p):
* lisp/gnus/message.el (message-toggle-image-thumbnails):
* lisp/gnus/nnimap.el (nnimap-request-move-article):
* lisp/ibuf-ext.el (ibuffer-repair-saved-filters):
* lisp/mpc.el (mpc-format):
* lisp/net/eww.el (eww-tag-meta, eww-process-text-input):
(eww-save-history):
* lisp/net/shr.el (shr-tag-base, shr-tag-object, shr-make-table-1):
* lisp/progmodes/prog-mode.el (prettify-symbols--post-command-hook):
* lisp/svg.el (svg-remove):
* lisp/textmodes/css-mode.el (css--named-color):
(css--colon-inside-funcall):
* lisp/textmodes/sgml-mode.el (html-current-buffer-classes):
(html-current-buffer-ids): Use if-let* and when-let* instead.
2017-09-12 13:18:10 -04:00
..
ada-mode.el Fix all unescaped character literals 2017-05-07 13:22:34 +02:00
ada-prj.el
ada-stmt.el
ada-xref.el
antlr-mode.el
asm-mode.el
autoconf.el
bat-mode.el
bug-reference.el Small fix for bug-reference.el 2017-07-05 13:32:26 -04:00
cc-align.el * lisp/progmodes/cc-align.el: Mark unused arguments 2017-07-04 21:46:05 -04:00
cc-awk.el * lisp/progmodes/cc-awk.el: Mark unused args 2017-07-04 22:30:33 -04:00
cc-bytecomp.el * lisp/progmodes/cc-bytecomp.el: Mark unused args 2017-07-04 22:29:49 -04:00
cc-cmds.el Fix some bugs in c-defun-name. This fixes bug #25623. 2017-07-12 20:15:56 +00:00
cc-defs.el Correct the fontification of quote marks after buffer changes in CC Mode. 2017-09-03 11:01:21 +00:00
cc-engine.el Don't match C++ template delims starting within a token. FIxes bug #28418. 2017-09-12 16:23:10 +00:00
cc-fonts.el Correct the fontification of C++ Mode enclosed declarations. 2017-08-31 18:08:21 +00:00
cc-guess.el * lisp/progmodes/cc-guess.el: Remove unused var 2017-07-04 21:55:44 -04:00
cc-langs.el Spelling fixes 2017-09-10 09:24:37 -07:00
cc-menus.el
cc-mode.el Correct the fontification of quote marks after buffer changes in CC Mode. 2017-09-03 11:01:21 +00:00
cc-styles.el Make CC Mode load cl-lib rather than cl in Emacs 26. 2017-06-25 13:55:50 +00:00
cc-vars.el * lisp/progmodes/cc-vars.el: Mark unused args 2017-07-04 22:26:20 -04:00
cfengine.el
cmacexp.el
compile.el Fix font-lock in Compilation mode 2017-09-09 21:04:31 +03:00
cperl-mode.el Support indented HERE-DOCs in cperl-mode 2017-07-22 12:07:55 +03:00
cpp.el
cwarn.el
dcl-mode.el ; Update some more Maintainer: header comments 2017-06-05 21:08:07 -04:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el
ebrowse.el
elisp-mode.el * lisp/elec-pair.el (electric-pair-text-pairs): Don't autoload (Bug#24901). 2017-08-18 23:42:12 +01:00
etags.el Respect buffer-local value of tags-table-list (Bug#27772) 2017-08-10 21:30:37 -04:00
executable.el Spelling fixes 2017-09-10 09:24:37 -07:00
f90.el Convert more uses of looking-at to following-char 2017-07-06 23:59:58 -04:00
flymake-proc.el allow nil init in flymake-allowed-file-name-masks to disable flymake 2017-08-21 09:48:14 -04:00
flymake-ui.el mark flymake-mode as safe local variable when the value is nil 2017-08-21 09:50:09 -04:00
flymake.el Split flymake.el into flymake-proc.el and flymake-ui.el 2017-08-17 13:37:35 +01:00
fortran.el
gdb-mi.el Fix handling of Python/Guile commands with arguments in gdb-mi.el 2017-06-10 11:29:58 +03:00
glasses.el
grep.el Merge null and without-null regexp alists (Bug#27840, Bug#27873) 2017-08-06 20:25:11 -04:00
gud.el Fix GUD "Stop" display when running pdb 2017-05-27 15:15:18 +03:00
hideif.el
hideshow.el
icon.el Don't pass the value of point to 'push-mark', as that's the default. 2017-04-28 11:25:26 +03:00
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el Fix all unescaped character literals 2017-05-07 13:22:34 +02:00
idlw-toolbar.el
idlwave.el
inf-lisp.el
js.el Fix auto-fill bug in js-mode 2017-08-27 12:54:19 -06:00
ld-script.el Update ld-script mode (bug#27629) 2017-07-22 11:47:33 +03:00
m4-mode.el
make-mode.el
mantemp.el
meta-mode.el Don't pass the value of point to 'push-mark', as that's the default. 2017-04-28 11:25:26 +03:00
mixal-mode.el ; Update some more Maintainer: header comments 2017-06-05 21:08:07 -04:00
modula2.el
octave.el
opascal.el
pascal.el Don't pass the value of point to 'push-mark', as that's the default. 2017-04-28 11:25:26 +03:00
perl-mode.el Support all perl variable declarators and prefixes (Bug#27613) 2017-08-25 22:50:15 -04:00
prog-mode.el Update uses of if-let and when-let 2017-09-12 13:18:10 -04:00
project.el
prolog.el Mark prolog indent variables as safe (bug#27369) 2017-06-20 21:05:38 -04:00
ps-mode.el
python.el Disable completion while entering python multiline statements 2017-08-27 13:46:41 -04:00
ruby-mode.el
scheme.el
sh-script.el * lisp/progmodes/sh-script.el: Test "in-string" of the right char! 2017-08-29 09:44:19 -04:00
simula.el
sql.el Handle non-zero exit status from psql more gracefully 2017-09-05 20:31:21 +02:00
subword.el
tcl.el Make tcl-auto-fill-mode obsolete (Bug#10772) 2017-06-27 20:34:14 -04:00
vera-mode.el
verilog-mode.el Fix various verilog-mode.el issues. 2017-09-07 23:24:28 -04:00
vhdl-mode.el
which-func.el
xref.el Merge null and without-null regexp alists (Bug#27840, Bug#27873) 2017-08-06 20:25:11 -04:00
xscheme.el Don't pass the value of point to 'push-mark', as that's the default. 2017-04-28 11:25:26 +03:00