Lin Jian d2bfc2b52b
[emacs] Fix autoloading for llvm-mir-mode (#98984)
Without this patch, the autoloading of the major mode `llvm-mir-mode` is
not generated, which breaks its autoloading functionality.

To test this patch, use the following command to generate an autoload
file:

```console
cd llvm/utils/emacs
emacs --quick --batch --load=package --eval='(package-generate-autoloads "llvm-mir-mode" ".")'
```

Diff of generated autoload files is as follows:

```diff
> (autoload 'llvm-mir-mode "llvm-mir-mode" "\
> A major mode for editing LLVM MIR files.
> 
> (fn)" t)
```

CC @bogner for review
2024-07-17 19:20:08 +08:00
..
2024-07-17 09:48:13 +00:00
2024-04-12 14:33:35 -07:00