]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/goto-addr.el (goto-address): Mark as safe for local evals.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 5 Jul 2006 12:35:22 +0000 (12:35 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 5 Jul 2006 12:35:22 +0000 (12:35 +0000)
lisp/ChangeLog
lisp/net/goto-addr.el

index 7b903f165487b781d3a5e557695ba3df0ff7fa14..88d0c7e1829b0ef65accd2cf938fb8b1a07e3902 100644 (file)
@@ -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.
index 89695b61b36d7cbabf98e5076e9f54671d9caa32..44970f7aaf3ea373884cf53514cf54af465c432c 100644 (file)
@@ -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)