Skip to content

Commit

Permalink
Add require/provide to the pgmacstbl.el module
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Apr 28, 2024
1 parent 69ab0b0 commit 16eabf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pgmacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
(require 'widget)
(require 'wid-edit)
(require 'pg)
(require 'pgmacstbl)

(defgroup pgmacs nil
"Edit a PostgreSQL database from Emacs."
Expand Down
3 changes: 2 additions & 1 deletion pgmacstbl.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

;; Copyright (C) 2022-2024 Free Software Foundation, Inc.
;; Copyright (C) 2024 Eric Marsden
;; Package-Requires: ((emacs "29.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later

;; This library is distributed under the terms of the GNU General Public License
Expand Down Expand Up @@ -949,4 +948,6 @@ Interactively, N is the prefix argument."
(car obj)))
(pgmacstbl-sort-by-current-column))))

(provide 'pgmacstbl)

;;; pgmacstbl.el ends here

0 comments on commit 16eabf6

Please sign in to comment.