]> git.eshelyaron.com Git - emacs.git/commit
Remove superfluous `font-lock-add-keywords' calls in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 5 Feb 2022 10:30:20 +0000 (11:30 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 5 Feb 2022 10:30:20 +0000 (11:30 +0100)
commit49192d14189a4abcf8f8e125adb8dab8c5064392
tree6af71d7d7fc6988dce9e122fb2485d9b21fc7a6f
parent3a8e140ad115633791d057bd10998d80c33e6dc7
Remove superfluous `font-lock-add-keywords' calls in Tramp

* lisp/net/tramp.el (with-parsed-tramp-file-name)
(with-tramp-progress-reporter, with-tramp-file-property)
(with-tramp-connection-property, with-tramp-locked-connection):
* lisp/net/tramp-gvfs.el (with-tramp-dbus-call-method)
(with-tramp-dbus-get-all-properties): Do not call
`font-lock-add-keywords' for macros, it isn't needed anymore.
lisp/net/tramp-gvfs.el
lisp/net/tramp.el