diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-07-05 12:35:22 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-07-05 12:35:22 +0000 |
commit | 0d61de903d47394f5565ebfdf73e88a5e2d02d05 (patch) | |
tree | 1c4a4f2a217123bcc51b8c069e3b4b438cc3d3c8 /lisp/net/goto-addr.el | |
parent | 6fee106e911254f31f40565458ea141b288fc5dc (diff) | |
download | emacs-0d61de903d47394f5565ebfdf73e88a5e2d02d05.tar.gz emacs-0d61de903d47394f5565ebfdf73e88a5e2d02d05.tar.bz2 emacs-0d61de903d47394f5565ebfdf73e88a5e2d02d05.zip |
* net/goto-addr.el (goto-address): Mark as safe for local evals.
Diffstat (limited to 'lisp/net/goto-addr.el')
-rw-r--r-- | lisp/net/goto-addr.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |