Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion magik-aliases.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-aliases.el --- mode for editing GIS aliases files. -*- lexical-binding: t; -*-
;;; magik-aliases.el --- mode for editing GIS aliases files. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-cb-ac.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-cb-ac.el --- Magik Classbrowser Autocomplete Support
;;; magik-cb-ac.el --- Magik Classbrowser Autocomplete Support -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-cb.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-cb.el --- Class Browser for Magik methods and classes.
;;; magik-cb.el --- Class Browser for Magik methods and classes. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-doc-gen.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2025 Reinier Koffijberg

;; Author: <reinier.koffijberg@RDS>
;; Author: Reinier Koffijberg <reinierkof@github>

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-electric.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-electric.el --- -*- lexical-binding: t; -*-
;;; magik-electric.el --- Emacs minor mode for electric Magik -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-indent.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-indent.el --- calc. the indentation for a line of Magik code. -*- lexical-binding: t; -*-
;;; magik-indent.el --- calculate the indentation for a line of Magik code. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-keys.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-keys.el --- bind all the Magik keys, menus and mouse actions.
;;; magik-keys.el --- bind all the Magik keys, menus and mouse actions. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-lint.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-lint.el --- Flycheck support for Magik -*- lexical-binding: t; -*-
;;; magik-lint.el --- Flycheck support for Magik -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-loadlist.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-loadlist.el --- mode for editing Magik load_list.txt files.
;;; magik-loadlist.el --- mode for editing Magik load_list.txt files. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-menu.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-menu.el --- set the Magik menus.
;;; magik-menu.el --- set the Magik menus. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-mode.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-mode.el --- Emacs major mode for Smallworld Magik files
;;; magik-mode.el --- Emacs major mode for Smallworld Magik files -*- lexical-binding: t; -*-

;; Package-Version: 0.4.1
;; Package-Requires: ((emacs "24.4") (compat "28.1") (yasnippet "0.14.0"))
Expand Down
2 changes: 1 addition & 1 deletion magik-module.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-module.el --- mode for editing Magik module.def files.
;;; magik-module.el --- mode for editing Magik module.def files. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-msg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-msg.el --- mode for editing Magik msg and hmsg Message files.
;;; magik-msg.el --- mode for editing Magik msg and hmsg Message files. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-pragma.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-pragma.el --- tool for filling in Magik pragma statements.
;;; magik-pragma.el --- tool for filling in Magik pragma statements. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-product.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-product.el --- mode for editing Magik product.def files.
;;; magik-product.el --- mode for editing Magik product.def files. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-session-extras.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-session-extras.el --- Optional additions to the magik-session-mode
;;; magik-session-extras.el --- Optional additions to the magik-session-mode -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-session-filter.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-session-filter.el --- deal with the output from the magik process.
;;; magik-session-filter.el --- deal with the output from the magik process. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-session.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-session.el --- mode for running a Smallworld Magik interactive process
;;; magik-session.el --- mode for running a Smallworld Magik interactive process -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-template.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-template.el --- Provide a simple template file capability for Magik mode
;;; magik-template.el --- Provide a simple template file capability for Magik mode -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-trn.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-trn.el --- mode for editing Magik Translation files. -*- lexical-binding: t; -*-
;;; magik-trn.el --- Emacs major mode for editing Magik Translation files. -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Sebastiaan Speck

Expand Down
2 changes: 1 addition & 1 deletion magik-utils.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-utils.el --- programming utils for the Magik lisp.
;;; magik-utils.el --- programming utils for the Magik lisp. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion magik-version.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; magik-version.el --- Interface to the gis_version environment switching tool.
;;; magik-version.el --- Interface to the gis_version environment switching tool. -*- lexical-binding: t; -*-

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
Loading