diff options
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 083d87f581c..13bc7f08999 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -214,10 +214,8 @@ processes, you can change `inferior-lisp-buffer' to another process | |||
| 214 | buffer with \\[set-variable].") | 214 | buffer with \\[set-variable].") |
| 215 | 215 | ||
| 216 | ;;;###autoload | 216 | ;;;###autoload |
| 217 | (defcustom inferior-lisp-mode-hook '() | 217 | (defvar inferior-lisp-mode-hook '() |
| 218 | "*Hook for customising Inferior Lisp mode." | 218 | "*Hook for customising Inferior Lisp mode.") |
| 219 | :type 'hook | ||
| 220 | :group 'inferior-lisp) | ||
| 221 | 219 | ||
| 222 | (put 'inferior-lisp-mode 'mode-class 'special) | 220 | (put 'inferior-lisp-mode 'mode-class 'special) |
| 223 | 221 | ||
| @@ -590,10 +588,8 @@ See variable `lisp-describe-sym-command'." | |||
| 590 | 588 | ||
| 591 | ;;; Do the user's customisation... | 589 | ;;; Do the user's customisation... |
| 592 | ;;;=============================== | 590 | ;;;=============================== |
| 593 | (defcustom inferior-lisp-load-hook nil | 591 | (defvar inferior-lisp-load-hook nil |
| 594 | "This hook is run when the library `inf-lisp' is loaded." | 592 | "This hook is run when the library `inf-lisp' is loaded.") |
| 595 | :type 'hook | ||
| 596 | :group 'inferior-lisp) | ||
| 597 | 593 | ||
| 598 | (run-hooks 'inferior-lisp-load-hook) | 594 | (run-hooks 'inferior-lisp-load-hook) |
| 599 | 595 | ||