/[emacs]/emacs/lisp/novice.el
ViewVC logotype

Diff of /emacs/lisp/novice.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31.8.1 by handa, Fri Apr 16 12:50:08 2004 UTC revision 1.31.8.2 by miles, Tue Aug 3 00:02:59 2004 UTC
# Line 104  SPC to try the command just this once, b Line 104  SPC to try the command just this once, b
104  ;;;###autoload  ;;;###autoload
105  (defun enable-command (command)  (defun enable-command (command)
106    "Allow COMMAND to be executed without special confirmation from now on.    "Allow COMMAND to be executed without special confirmation from now on.
107  The user's .emacs file is altered so that this will apply  COMMAND must be a symbol.
108    This command alters the user's .emacs file so that this will apply
109  to future sessions."  to future sessions."
110    (interactive "CEnable command: ")    (interactive "CEnable command: ")
111    (put command 'disabled nil)    (put command 'disabled nil)
# Line 141  to future sessions." Line 142  to future sessions."
142  ;;;###autoload  ;;;###autoload
143  (defun disable-command (command)  (defun disable-command (command)
144    "Require special confirmation to execute COMMAND from now on.    "Require special confirmation to execute COMMAND from now on.
145  The user's .emacs file is altered so that this will apply  COMMAND must be a symbol.
146    This command alters the user's .emacs file so that this will apply
147  to future sessions."  to future sessions."
148    (interactive "CDisable command: ")    (interactive "CDisable command: ")
149    (if (not (commandp command))    (if (not (commandp command))

Legend:
Removed from v.1.31.8.1  
changed lines
  Added in v.1.31.8.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26