diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-10 14:10:46 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-10 14:10:46 +0000 |
commit | cbee283dd7dd655124e81a6bd555506476180b5d (patch) | |
tree | 50b092083f6297038aac647c6db3187bebb20e91 /lisp/eshell/esh-module.el | |
parent | 40a339c881b095a5dd5508a1ef0d7bdb02cdec5f (diff) | |
download | emacs-cbee283dd7dd655124e81a6bd555506476180b5d.tar.gz |
Fix up comment convention on the arch-tag lines.
Diffstat (limited to 'lisp/eshell/esh-module.el')
-rw-r--r-- | lisp/eshell/esh-module.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index ae219df0022..1027bc7cc46 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el @@ -158,5 +158,5 @@ customization group. Example: `eshell-cmpl' for that module." (unload-feature module) (message "Unloading %s...done" (symbol-name module)))))) -;;; arch-tag: 97a3fa16-9d08-40e6-bc2c-36bd70986507 +;; arch-tag: 97a3fa16-9d08-40e6-bc2c-36bd70986507 ;;; esh-module.el ends here |