comparison lisp/novice.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 1ab0f10dbd94
children 3fbab2787d99 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
42 If nil, the feature is disabled, i.e., all commands work normally.") 42 If nil, the feature is disabled, i.e., all commands work normally.")
43 43
44 (defvaralias 'disabled-command-hook 'disabled-command-function) 44 (defvaralias 'disabled-command-hook 'disabled-command-function)
45 (make-obsolete-variable 45 (make-obsolete-variable
46 'disabled-command-hook 46 'disabled-command-hook
47 'disabled-command-function "21.4") 47 'disabled-command-function "22.1")
48 48
49 ;;;###autoload 49 ;;;###autoload
50 (defun disabled-command-function (&rest ignore) 50 (defun disabled-command-function (&rest ignore)
51 (let (char) 51 (let (char)
52 (save-window-excursion 52 (save-window-excursion