]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-handler): Add safe-magic property.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 2002 13:26:06 +0000 (13:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 2002 13:26:06 +0000 (13:26 +0000)
lisp/jka-compr.el

index f898bc98a4f3b56efe30d2e6a7b4468308224915..8e347c3b1f6fe2ca31d4c9bf31cf7087135e12df 100644 (file)
@@ -757,6 +757,7 @@ There should be no more than seven characters after the final `/'."
 Lisp programs can bind this to t to do that.
 It is not recommended to set this variable permanently to anything but nil.")
 
+(put 'jka-compr-handler 'safe-magic t)
 (defun jka-compr-handler (operation &rest args)
   (save-match-data
     (let ((jka-op (get operation 'jka-compr)))