emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/unsafep.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/unsafep.el [lexbind]
Date: Tue, 14 Oct 2003 19:32:27 -0400

Index: emacs/lisp/emacs-lisp/unsafep.el
diff -c emacs/lisp/emacs-lisp/unsafep.el:1.4.4.1 
emacs/lisp/emacs-lisp/unsafep.el:1.4.4.2
*** emacs/lisp/emacs-lisp/unsafep.el:1.4.4.1    Fri Apr  4 01:20:16 2003
--- emacs/lisp/emacs-lisp/unsafep.el    Tue Oct 14 19:32:21 2003
***************
*** 1,9 ****
  ;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate
  
! ;; Copyright (C) Free Software Foundation, Inc.
  
! ;; Author: Jonathan Yavner <address@hidden>
! ;; Maintainer: Jonathan Yavner <address@hidden>
  ;; Keywords: safety lisp utility
  
  ;; This file is part of GNU Emacs.
--- 1,9 ----
  ;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate
  
! ;; Copyright (C)2002 Free Software Foundation, Inc.
  
! ;; Author: Jonathan Yavner <address@hidden>
! ;; Maintainer: Jonathan Yavner <address@hidden>
  ;; Keywords: safety lisp utility
  
  ;; This file is part of GNU Emacs.
***************
*** 259,262 ****
--- 259,263 ----
             (local-variable-p sym)))
      `(global-variable ,sym))))
  
+ ;;; arch-tag: 6216f98b-eb8f-467a-9c33-7a7644f50658
  ;; unsafep.el ends here.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]