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

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

[Emacs-bug-tracker] bug#7619: closed (23.2.91; [PATCH] Mark outline-head


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7619: closed (23.2.91; [PATCH] Mark outline-heading-end-regexp safe local)
Date: Fri, 04 Mar 2011 08:41:02 +0000

Your message dated Fri, 4 Mar 2011 03:40:09 -0500
with message-id <address@hidden>
and subject line Re: bug#7619: 23.2.91; [PATCH] Mark outline-heading-end-regexp 
safe local
has caused the GNU bug report #7619,
regarding 23.2.91; [PATCH] Mark outline-heading-end-regexp safe local
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7619: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7619
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.2.91; [PATCH] Mark outline-heading-end-regexp safe local Date: Sun, 12 Dec 2010 10:36:09 +0000
There is a missing autoload to mark outline-heading-end-regexp safe
local while its doc string recommends setting it file locally. The
attached patch fixes this.

>From 32fb65f511efab56e2ec926cbc49d2e324832909 Mon Sep 17 00:00:00 2001
Date: Sun, 12 Dec 2010 10:33:19 +0000
Subject: [PATCH] Mark outline-heading-end-regexp safe local

with predicate string-or-null-p.
---
 lisp/outline.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/outline.el b/lisp/outline.el
index b5d3d79..37adb1e 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -62,6 +62,7 @@ The recommended way to set this is with a `Local Variables:' 
list
 in the file it applies to."
   :type 'regexp
   :group 'outlines)
+;;;###autoload(put 'outline-heading-end-regexp 'safe-local-variable 
'string-or-null-p)
 
 (defvar outline-mode-prefix-map
   (let ((map (make-sparse-keymap)))
-- 
1.7.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#7619: 23.2.91; [PATCH] Mark outline-heading-end-regexp safe local Date: Fri, 4 Mar 2011 03:40:09 -0500
Version: 24.1

I figured out why nil was there. It's no longer relevant, so I removed
it and added the other safety predicate.


--- End Message ---

reply via email to

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