diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index b5c0fd43c110..853328a7f35c 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= emacs DISTVERSION= 31.0.50.20250419 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel diff --git a/editors/emacs-devel/files/sources.el.in b/editors/emacs-devel/files/sources.el.in index 3f5929f3aa96..bc99181d4974 100644 --- a/editors/emacs-devel/files/sources.el.in +++ b/editors/emacs-devel/files/sources.el.in @@ -1,3 +1,5 @@ +;;; site-start.el --- Site-wide Initialization -*- lexical-binding: t -*- + ;;; Path to Emacs C Sources. (when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version) (setq find-function-C-source-directory diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index ee2148ef8c95..0bff653f7f7e 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacs DISTVERSION= 30.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU diff --git a/editors/emacs/files/sources.el.in b/editors/emacs/files/sources.el.in index 3f5929f3aa96..bc99181d4974 100644 --- a/editors/emacs/files/sources.el.in +++ b/editors/emacs/files/sources.el.in @@ -1,3 +1,5 @@ +;;; site-start.el --- Site-wide Initialization -*- lexical-binding: t -*- + ;;; Path to Emacs C Sources. (when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version) (setq find-function-C-source-directory