Skip to content

[emacs] Fix Emacs library formatting #76110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
;;; clang-include-fixer.el --- Emacs integration of the clang include fixer -*- lexical-binding: t; -*-

;; Version: 0.1.0
;; Keywords: tools, c
;; Package-Requires: ((cl-lib "0.5") (json "1.2") (let-alist "1.0.4"))

Expand Down
1 change: 1 addition & 0 deletions clang/tools/clang-format/clang-format.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
;;; clang-format.el --- Format code using clang-format -*- lexical-binding: t; -*-

;; Version: 0.1.0
;; Keywords: tools, c
;; Package-Requires: ((cl-lib "0.3"))
;; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Expand Down
1 change: 1 addition & 0 deletions clang/tools/clang-rename/clang-rename.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
;;; clang-rename.el --- Renames every occurrence of a symbol found at <offset>. -*- lexical-binding: t; -*-

;; Version: 0.1.0
;; Keywords: tools, c

;;; Commentary:
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/emacs/tablegen-mode.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
;;; tablegen-mode.el --- Major mode for TableGen description files (part of LLVM project)

;; Maintainer: The LLVM team, http://llvm.org/
;; Version: 1.0

;;; Commentary:
;; A major mode for TableGen description files in LLVM.
Expand Down
2 changes: 2 additions & 0 deletions mlir/utils/emacs/mlir-lsp-client.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

;; Version: 0.1.0

;;; Commentary:

;; LSP clinet to use with `mlir-mode' that uses `mlir-lsp-server' or any
Expand Down
3 changes: 2 additions & 1 deletion mlir/utils/emacs/mlir-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

;; Version: 0.1.0

;;; Commentary:

;; Major mode for editing MLIR files.
Expand Down Expand Up @@ -96,5 +98,4 @@
(add-to-list 'auto-mode-alist (cons "\\.mlirbc\\'" 'mlir-mode))

(provide 'mlir-mode)

;;; mlir-mode.el ends here