unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Info-mode-font-lock-keywords: Fix-regexp
@ 2015-05-26  6:57 Vaidheeswaran C
  2015-05-26 17:08 ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Vaidheeswaran C @ 2015-05-26  6:57 UTC (permalink / raw)
  To: emacs-devel

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


Fontification happens fine with the attached change.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-info.el-Info-mode-font-lock-keywords-Fix-regexp.patch --]
[-- Type: text/x-patch; name="0001-lisp-info.el-Info-mode-font-lock-keywords-Fix-regexp.patch", Size: 767 bytes --]

From 10f96b207dfdaccb4928e61faea1780f1368e70f Mon Sep 17 00:00:00 2001
From: Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com>
Date: Tue, 26 May 2015 12:22:07 +0530
Subject: [PATCH] * lisp/info.el (Info-mode-font-lock-keywords): Fix regexp

---
 lisp/info.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/info.el b/lisp/info.el
index d635819..4dd6a33 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -4219,7 +4219,7 @@ With a zero prefix arg, put the name inside a function call to `info'."
   "Face used for quoted elements.")
 
 (defvar Info-mode-font-lock-keywords
-  '(("‘\\([^’]*\\)’" (1 'Info-quoted))))
+  '(("`\\([^’]*\\)’" (1 'Info-quoted))))
 
 ;; Autoload cookie needed by desktop.el
 ;;;###autoload
-- 
1.7.10.4


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

end of thread, other threads:[~2015-06-01  7:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26  6:57 [PATCH] Info-mode-font-lock-keywords: Fix-regexp Vaidheeswaran C
2015-05-26 17:08 ` Stefan Monnier
2015-05-31  4:12   ` Vaidheeswaran C
2015-06-01  4:27     ` Stefan Monnier
2015-06-01  7:28       ` Vaidheeswaran C
2015-05-31  4:21   ` Vaidheeswaran C

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).