bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72264: Default project-mode-line-format missing a quote (Emacs 30 pr


From: Ship Mints
Subject: bug#72264: Default project-mode-line-format missing a quote (Emacs 30 prep)
Date: Tue, 23 Jul 2024 20:44:01 -0400

In progmodes/project.el, I believe the face reference, below, needs a quote.

(defun project-mode-line-format ()
  "Compose the project mode-line."
...
       (propertize
        (project-name project)
        'face project-mode-line-face
        'face 'project-mode-line-face ; should be quoted?
...
        'local-map project-mode-line-map)))))


I hope I got that right. I've been using a custom project-mode-line-format and custom project-mode-line-face which is how I noticed this.

Stephane

reply via email to

[Prev in Thread] Current Thread [Next in Thread]