changeset 71636:0fa81d575f41

* net/goto-addr.el (goto-address): Mark as safe for local evals.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 05 Jul 2006 12:35:22 +0000
parents 6e4fa8ed79ea
children 4829cbc0882f
files lisp/ChangeLog lisp/net/goto-addr.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jul 05 11:35:52 2006 +0000
+++ b/lisp/ChangeLog	Wed Jul 05 12:35:22 2006 +0000
@@ -1,3 +1,7 @@
+2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
+
+	* net/goto-addr.el (goto-address): Mark as safe for local evals.
+
 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
 
 	* vc.el (vc-diff-internal): Fix prev change.
--- a/lisp/net/goto-addr.el	Wed Jul 05 11:35:52 2006 +0000
+++ b/lisp/net/goto-addr.el	Wed Jul 05 12:35:22 2006 +0000
@@ -250,6 +250,7 @@
   (interactive)
   (if goto-address-highlight-p
       (goto-address-fontify)))
+;;;###autoload(put 'goto-address 'safe-local-eval-function t)
 
 (provide 'goto-addr)