all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* smerge fix
@ 2002-08-21 17:55 Dave Love
  2002-08-24  2:32 ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Love @ 2002-08-21 17:55 UTC (permalink / raw)


This fixes font-lock variables appearing to be loaded from smerge-mode
according to loadhist.  It's confusing anyhow, but disastrous if you
unload smerge-mode.

*** smerge-mode.el.~1.14.4.1.~	Fri Nov 30 18:57:07 2001
--- smerge-mode.el	Sun Aug 18 23:26:31 2002
***************
*** 181,188 ****
  - `diff3-A'")
  
  ;; Compiler pacifiers
! (defvar font-lock-mode)
! (defvar font-lock-keywords)
  (eval-when-compile
    (unless (fboundp 'font-lock-fontify-region)
      (autoload 'font-lock-fontify-region "font-lock")))
--- 181,189 ----
  - `diff3-A'")
  
  ;; Compiler pacifiers
! (eval-when-compile
!   (defvar font-lock-mode)
!   (defvar font-lock-keywords))
  (eval-when-compile
    (unless (fboundp 'font-lock-fontify-region)
      (autoload 'font-lock-fontify-region "font-lock")))

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

end of thread, other threads:[~2002-08-31 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-21 17:55 smerge fix Dave Love
2002-08-24  2:32 ` Richard Stallman
2002-08-29 22:52   ` Dave Love
2002-08-30  6:11     ` Richard Stallman
2002-08-31 17:40       ` Dave Love

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.