From 0d61de903d47394f5565ebfdf73e88a5e2d02d05 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 5 Jul 2006 12:35:22 +0000 Subject: [PATCH] * net/goto-addr.el (goto-address): Mark as safe for local evals. --- lisp/ChangeLog | 4 ++++ lisp/net/goto-addr.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b903f16548..88d0c7e1829 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-07-05 Chong Yidong + + * net/goto-addr.el (goto-address): Mark as safe for local evals. + 2006-07-05 Andre Spiegel * vc.el (vc-diff-internal): Fix prev change. diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 89695b61b36..44970f7aaf3 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -250,6 +250,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and (interactive) (if goto-address-highlight-p (goto-address-fontify))) +;;;###autoload(put 'goto-address 'safe-local-eval-function t) (provide 'goto-addr) -- 2.39.2