Skip to content

Commit

Permalink
update pkg files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 17, 2024
1 parent 9ad5106 commit fa77d18
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; mini.emacs.pkg.1-1.el --- Extern file 1 -*- lexical-binding: t; -*-
;;; mini.pkg.1-1.el --- Extern file 1 -*- lexical-binding: t; -*-

;; This file is NOT part of GNU Emacs.

Expand All @@ -17,16 +17,16 @@

;;; Commentary:
;;
;; files/mini.emacs.pkg.1-1.el
;; files/mini.pkg.1-1.el
;;

;;; Code:


(defun mini.emacs.pkg.1-1 ()
(defun mini.pkg.1-1 ()
"Test function 1."
(interactive)
)

(provide 'mini.emacs.pkg.1-1)
;;; mini.emacs.pkg.1-1.el ends here
(provide 'mini.pkg.1-1)
;;; mini.pkg.1-1.el ends here
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; mini.emacs.pkg.1-2.el --- Extern file 2 -*- lexical-binding: t; -*-
;;; mini.pkg.1-2.el --- Extern file 2 -*- lexical-binding: t; -*-

;; This file is NOT part of GNU Emacs.

Expand All @@ -17,15 +17,15 @@

;;; Commentary:
;;
;; files/mini.emacs.pkg.1-2.el
;; files/mini.pkg.1-2.el
;;

;;; Code:

(defun mini.emacs.pkg.1-2 ()
(defun mini.pkg.1-2 ()
"Test function 2."
(interactive)
)

(provide 'mini.emacs.pkg.1-2)
;;; mini.emacs.pkg.1-2.el ends here
(provide 'mini.pkg.1-2)
;;; mini.pkg.1-2.el ends here
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; mini.emacs.pkg.2-1.el --- Extern file 1 -*- lexical-binding: t; -*-
;;; mini.pkg.2-1.el --- Extern file 1 -*- lexical-binding: t; -*-

;; This file is NOT part of GNU Emacs.

Expand All @@ -17,16 +17,16 @@

;;; Commentary:
;;
;; files/mini.emacs.pkg.2-1.el
;; files/mini.pkg.2-1.el
;;

;;; Code:


(defun mini.emacs.pkg.2-1 ()
(defun mini.pkg.2-1 ()
"Test function 1."
(interactive)
)

(provide 'mini.emacs.pkg.2-1)
;;; mini.emacs.pkg.2-1.el ends here
(provide 'mini.pkg.2-1)
;;; mini.pkg.2-1.el ends here
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; mini.emacs.pkg.2-2.el --- Extern file 2 -*- lexical-binding: t; -*-
;;; mini.pkg.2-2.el --- Extern file 2 -*- lexical-binding: t; -*-

;; This file is NOT part of GNU Emacs.

Expand All @@ -17,15 +17,15 @@

;;; Commentary:
;;
;; files/mini.emacs.pkg.2-2.el
;; files/mini.pkg.2-2.el
;;

;;; Code:

(defun mini.emacs.pkg.2-2 ()
(defun mini.pkg.2-2 ()
"Test function 2."
(interactive)
)

(provide 'mini.emacs.pkg.2-2)
;;; mini.emacs.pkg.2-2.el ends here
(provide 'mini.pkg.2-2)
;;; mini.pkg.2-2.el ends here

0 comments on commit fa77d18

Please sign in to comment.