all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.