Does this fix it?

*** novice.el   10 Feb 2005 01:13:28 -0500      1.36
--- novice.el   10 Feb 2005 12:39:35 -0500      
***************
*** 41,50 ****
    "Function to call to handle disabled commands.
  If nil, the feature is disabled, i.e., all commands work normally.")
  
  (defvaralias 'disabled-command-hook 'disabled-command-function)
! (make-obsolete-variable
!  'disabled-command-hook
!  'disabled-command-function "22.1")
  
  ;;;###autoload
  (defun disabled-command-function (&rest ignore)
--- 41,49 ----
    "Function to call to handle disabled commands.
  If nil, the feature is disabled, i.e., all commands work normally.")
  
+ ;;;###autoload
  (defvaralias 'disabled-command-hook 'disabled-command-function)
! ;;;###autoload (make-obsolete-variable 'disabled-command-hook 
'disabled-command-function "22.1")
  
  ;;;###autoload
  (defun disabled-command-function (&rest ignore)


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to