]> git.eshelyaron.com Git - emacs.git/commit
Tidy file-matching regexps and remove some ineffective backslashes
authorMattias Engdegård <mattiase@acm.org>
Thu, 6 May 2021 13:50:39 +0000 (15:50 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 6 May 2021 13:53:48 +0000 (15:53 +0200)
commit12bab2092045876a8193402c9f69af196ea22969
tree77beac5a6ce35afc62d60c03f41e7ca017961d15
parent896384b542cabdc000eafb80c9082830f692bbb2
Tidy file-matching regexps and remove some ineffective backslashes

* lisp/emacs-lisp/package.el (package--delete-directory):
* lisp/net/tramp-cmds.el (tramp-recompile-elpa):
Escape dot; replace $ with \'.
* lisp/help.el (help-for-help):
* lisp/transient.el (transient-font-lock-keywords):
Remove useless backslashes.
lisp/emacs-lisp/package.el
lisp/help.el
lisp/net/tramp-cmds.el
lisp/transient.el