all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* compiler warning "the function X might not be defined at runtime"
@ 2009-02-19 18:48 Samuel Wales
  2009-02-19 18:58 ` Drew Adams
  2009-02-20  4:33 ` Kevin Rodgers
  0 siblings, 2 replies; 7+ messages in thread
From: Samuel Wales @ 2009-02-19 18:48 UTC (permalink / raw)
  To: help-gnu-emacs

What more needs to be done to get rid of that warning?

Thanks.

;;(unless (functionp 'scroll-lock-mode) (defun ...
(require 'scroll-lock)
(eval-when-compile (require 'scroll-lock))
(eval-when (eval load compile) (require 'scroll-lock))
(defun alpha-1 ()
  "even more of a kludge to restore sanity after simultaneous scrolling."
  (interactive)
  (one-window)
  (require 'scroll-lock)
  (scroll-lock-mode 0))

-- 
Myalgic encephalomyelitis denialism is causing death (decades early;
Jason et al. 2006) and severe suffering, pain, and disability (worse
than most other serious diseases studied; Schweitzer et al. 1995) and
grossly corrupting science.
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm




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

end of thread, other threads:[~2009-02-20 11:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19 18:48 compiler warning "the function X might not be defined at runtime" Samuel Wales
2009-02-19 18:58 ` Drew Adams
2009-02-19 20:20   ` Samuel Wales
2009-02-20  4:33 ` Kevin Rodgers
2009-02-20  4:35   ` Kevin Rodgers
2009-02-20  6:13   ` Samuel Wales
2009-02-20 11:10     ` Kevin Rodgers

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.