mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
$NetBSD: patch-ad,v 1.1 2003/07/24 18:39:16 jtb Exp $
|
|
|
|
--- rsrc/OOC/emacs/oberon2.el.orig 2003-05-11 16:04:46.000000000 +0100
|
|
+++ rsrc/OOC/emacs/oberon2.el 2003-07-24 19:15:08.000000000 +0100
|
|
@@ -13,7 +13,7 @@
|
|
(if (or (> emacs-major-version 19)
|
|
(and (= emacs-major-version 19) (> emacs-minor-version 32)))
|
|
;; workaround to avoid problems with 19.28
|
|
- (require 'c-mode))
|
|
+ (require 'cc-mode))
|
|
(require 'compile)
|
|
|
|
|