[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/inf-lisp.el
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/inf-lisp.el |
Date: |
Thu, 12 May 2005 22:28:52 -0400 |
Index: emacs/lisp/progmodes/inf-lisp.el
diff -c emacs/lisp/progmodes/inf-lisp.el:1.36
emacs/lisp/progmodes/inf-lisp.el:1.37
*** emacs/lisp/progmodes/inf-lisp.el:1.36 Tue Apr 26 23:18:05 2005
--- emacs/lisp/progmodes/inf-lisp.el Fri May 13 02:28:52 2005
***************
*** 214,223 ****
buffer with \\[set-variable].")
;;;###autoload
! (defcustom inferior-lisp-mode-hook '()
! "*Hook for customising Inferior Lisp mode."
! :type 'hook
! :group 'inferior-lisp)
(put 'inferior-lisp-mode 'mode-class 'special)
--- 214,221 ----
buffer with \\[set-variable].")
;;;###autoload
! (defvar inferior-lisp-mode-hook '()
! "*Hook for customising Inferior Lisp mode.")
(put 'inferior-lisp-mode 'mode-class 'special)
***************
*** 590,599 ****
;;; Do the user's customisation...
;;;===============================
! (defcustom inferior-lisp-load-hook nil
! "This hook is run when the library `inf-lisp' is loaded."
! :type 'hook
! :group 'inferior-lisp)
(run-hooks 'inferior-lisp-load-hook)
--- 588,595 ----
;;; Do the user's customisation...
;;;===============================
! (defvar inferior-lisp-load-hook nil
! "This hook is run when the library `inf-lisp' is loaded.")
(run-hooks 'inferior-lisp-load-hook)
- [Emacs-diffs] Changes to emacs/lisp/progmodes/inf-lisp.el,
Luc Teirlinck <=