Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > by-pkgid > baabffeec12fd77146777f3155cc81ee > files > 1

emacs-mode-compile-2.27-14mdv2011.0.noarch.rpm

;; -*- Mode: Emacs-Lisp -*-
; Copyright (C) 2000 by Chmouel Boudjnah
; 
; Redistribution of this file is permitted under the terms of the GNU 
; Public License (GPL)
;

(if (string-match "GNU Emacs" (version))
    (autoload 'mode-compile "emacs-mode-compile" nil t)
  )