diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-05 13:01:05 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-05 13:01:05 +0200 |
commit | eb9285fe7e2b85078dbd307cb8d6665dc06a3979 (patch) | |
tree | bb0bcc124a014d4473634475c79bdf0525facb33 | |
parent | 88e200aca6cca2c67e21131710662893b0fc554c (diff) |
Remove useless comment
-rw-r--r-- | xcompose-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xcompose-mode.el b/xcompose-mode.el index b425288..ff27965 100644 --- a/xcompose-mode.el +++ b/xcompose-mode.el @@ -218,7 +218,7 @@ (insert ?\" rune ?\")) ('string-codepoint (insert (format "\"%c\" U%04X" rune rune)))))) -;; <a> <b> <c> <minus> <braceleft> + ;;;###autoload (define-derived-mode xcompose-mode conf-mode "XCompose" "Major mode for .XCompose files @@ -231,4 +231,4 @@ comment-end "")) (provide 'xcompose-mode) -;;; xcompose-mode.el ends here
\ No newline at end of file +;;; xcompose-mode.el ends here |