unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#72264: Default project-mode-line-format missing a quote (Emacs 30 prep)
@ 2024-07-24  0:44 Ship Mints
  2024-07-24 10:39 ` Philip Kaludercic
  0 siblings, 1 reply; 4+ messages in thread
From: Ship Mints @ 2024-07-24  0:44 UTC (permalink / raw)
  To: 72264

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1008 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-24 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24  0:44 bug#72264: Default project-mode-line-format missing a quote (Emacs 30 prep) Ship Mints
2024-07-24 10:39 ` Philip Kaludercic
2024-07-24 11:59   ` Ship Mints
2024-07-24 12:31     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).