From: Chong Yidong Date: Wed, 5 Jul 2006 12:35:22 +0000 (+0000) Subject: * net/goto-addr.el (goto-address): Mark as safe for local evals. X-Git-Tag: emacs-pretest-22.0.90~1688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d61de903d47394f5565ebfdf73e88a5e2d02d05;p=emacs.git * net/goto-addr.el (goto-address): Mark as safe for local evals. --- 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)