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/cl.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl.el [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:22:20 -0400

Index: emacs/lisp/emacs-lisp/cl.el
diff -c emacs/lisp/emacs-lisp/cl.el:1.35.6.1 
emacs/lisp/emacs-lisp/cl.el:1.35.6.2
*** emacs/lisp/emacs-lisp/cl.el:1.35.6.1        Fri Apr 16 12:50:13 2004
--- emacs/lisp/emacs-lisp/cl.el Fri Oct 22 10:13:47 2004
***************
*** 108,115 ****
  This variable is not used at present, but it is defined in hopes that
  a future Emacs interpreter will be able to use it.")
  
! (defvar cl-unload-hook '(cl-cannot-unload)
!   "Prevent unloading the feature `cl', since it does not work.")
  (defun cl-cannot-unload ()
    (error "Cannot unload the feature `cl'"))
  
--- 108,114 ----
  This variable is not used at present, but it is defined in hopes that
  a future Emacs interpreter will be able to use it.")
  
! (add-hook 'cl-unload-hook 'cl-cannot-unload)
  (defun cl-cannot-unload ()
    (error "Cannot unload the feature `cl'"))
  




reply via email to

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