emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/novice.el
Date: Wed, 16 Feb 2005 04:48:30 -0500

Index: emacs/lisp/novice.el
diff -c emacs/lisp/novice.el:1.36 emacs/lisp/novice.el:1.37
*** emacs/lisp/novice.el:1.36   Wed Feb  9 15:50:41 2005
--- emacs/lisp/novice.el        Wed Feb 16 09:48:29 2005
***************
*** 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)




reply via email to

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