all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* disabling a function
@ 2003-11-08  0:59 Joe Corneli
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Corneli @ 2003-11-08  0:59 UTC (permalink / raw)



Here is something from my .emacs  :0

; I would like to know how to make an autoloaded lisp function
; disabled!  eg. I would like to be able to say something like
; (put 'sh-maybe-here-document 'disabled t)

Joe

PS. the function sh-maybe-here-document is defined in  sh-script.el

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: disabling a function
       [not found] <mailman.33.1068256942.2005.help-gnu-emacs@gnu.org>
@ 2003-11-08  3:59 ` Henrik Enberg
  0 siblings, 0 replies; 2+ messages in thread
From: Henrik Enberg @ 2003-11-08  3:59 UTC (permalink / raw)


Joe Corneli <jcorneli@math.utexas.edu> writes:

> ; I would like to know how to make an autoloaded lisp function
> ; disabled!  eg. I would like to be able to say something like
> ; (put 'sh-maybe-here-document 'disabled t)

(eval-after-load "sh-script"
  '(put 'sh-maybe-here-document 'disabled t))

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-08  3:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.33.1068256942.2005.help-gnu-emacs@gnu.org>
2003-11-08  3:59 ` disabling a function Henrik Enberg
2003-11-08  0:59 Joe Corneli

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.