diff options
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 78b9cb0f0cb..cc472a00a30 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -193,7 +193,7 @@ | |||
| 193 | 193 | ||
| 194 | 194 | ||
| 195 | (defgroup bytecomp nil | 195 | (defgroup bytecomp nil |
| 196 | "Emacs Lisp byte-compiler" | 196 | "Emacs Lisp byte-compiler." |
| 197 | :group 'lisp) | 197 | :group 'lisp) |
| 198 | 198 | ||
| 199 | (defcustom emacs-lisp-file-regexp (if (eq system-type 'vax-vms) | 199 | (defcustom emacs-lisp-file-regexp (if (eq system-type 'vax-vms) |