File: 0018-Fix-eldoc-warning-in-patch-adding-debian-emacs-flavo.patch

package info (click to toggle)
emacs 1%3A30.1%2B1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 187,320 kB
  • sloc: lisp: 1,367,529; ansic: 466,479; objc: 19,117; cpp: 8,817; java: 8,780; sh: 8,119; makefile: 7,288; python: 3,788; perl: 1,788; xml: 1,720; yacc: 1,566; asm: 1,150; php: 1,035; pascal: 1,011; awk: 937; cs: 880; ada: 725; ruby: 658; javascript: 187; erlang: 153; tcl: 16
file content (24 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 3f51bc789a4a3703a742231a807ec27413e8fecb Mon Sep 17 00:00:00 2001
From: Xiyue Deng <manphiz@gmail.com>
Date: Mon, 27 Jan 2025 23:23:37 -0800
Subject: Fix eldoc warning in patch adding debian-emacs-flavor

Forwarded: not-needed
Closes: #1095133
---
 lisp/startup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index c6242b39e4f..a17a6d0d959 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -443,7 +443,7 @@ tutorial-directory
 
 (defconst debian-emacs-flavor 'emacs
   "A symbol representing the particular debian flavor of emacs running.
-Something like 'emacs, 'xemacs21, etc.")
+Something like \\='emacs, \\='xemacs21, etc.")
 
 (defun normal-top-level-add-subdirs-to-load-path ()
   "Recursively add all subdirectories of `default-directory' to `load-path'.