From: Sean Whitton Date: Wed, 23 Oct 2024 01:36:41 +0000 (+0800) Subject: ; Insert missing quotation in FIXME X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a69eff3bcc7bab6cf89776ba77eab574b5e97e6b;p=emacs.git ; Insert missing quotation in FIXME (cherry picked from commit 87766c88d5f343017972558d364eff024884f71a) --- diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el index da3f766cf32..a54854a7016 100644 --- a/lisp/vc/log-view.el +++ b/lisp/vc/log-view.el @@ -560,7 +560,7 @@ If called interactively, visit the version at point." ;; FIXME: We should implement backend actions ;; `get-change-comment' and `modify-change-comment' for bzr and ;; Hg, so that this command works for those backends. - ;; As discussed in bug#64055, get-change-comment is required, + ;; As discussed in bug#64055, `get-change-comment' is required, ;; and parsing the old comment out of the Log View buffer will ;; not do. This is because for these backends there are ;; `vc-*-log-switches' variables which can change what gets put