emacs-pretest-bug
[Top][All Lists]
Advanced

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

shell-mode is *not* autoloaded


From: Markus Rost
Subject: shell-mode is *not* autoloaded
Date: Fri, 16 May 2003 16:53:57 -0400 (EDT)

Concerning the change:

2003-05-13  Stefan Monnier  <address@hidden>
...
        * simple.el 
...
        (shell-command): Don't require `shell' since shell-mode is autoloaded.


It seems that shell-mode is *not* autoloaded.  In fact, I got an error
becuase of this.  What about the following patch?




        * shell.el (shell-mode): Add autoload cookie.

===Buffer *vc-diff*=========================================
*** shell.el.~1.118.~   Mon Feb  3 16:42:06 2003
--- shell.el    Fri May 16 16:46:57 2003
***************
*** 358,363 ****
--- 358,364 ----
  
  (put 'shell-mode 'mode-class 'special)
  
+ ;;;###autoload
  (define-derived-mode shell-mode comint-mode "Shell"
    "Major mode for interacting with an inferior shell.
  \\[comint-send-input] after the end of the process' output sends the text from

============================================================





reply via email to

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