Index: emacs/lisp/novice.el
diff -c emacs/lisp/novice.el:1.40 emacs/lisp/novice.el:1.41
*** emacs/lisp/novice.el:1.40   Mon Jul  4 23:08:56 2005
--- emacs/lisp/novice.el        Tue Jul 19 14:55:04 2005
***************
*** 42,49 ****
  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)
--- 42,48 ----
  If nil, the feature is disabled, i.e., all commands work normally.")
  
  ;;;###autoload
! (define-obsolete-variable-alias 'disabled-command-hook 
'disabled-command-function "22.1")
  
  ;;;###autoload
  (defun disabled-command-function (&rest ignore)


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

Reply via email to