diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cedet/mode-local.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index c862faaef63..22b2c20b204 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el | |||
| @@ -381,7 +381,7 @@ The current mode bindings are saved, BODY is evaluated, and the saved | |||
| 381 | bindings are restored, even in case of an abnormal exit. | 381 | bindings are restored, even in case of an abnormal exit. |
| 382 | Value is what BODY returns. | 382 | Value is what BODY returns. |
| 383 | This is like `with-mode-local-symbol', except that MODE is quoted | 383 | This is like `with-mode-local-symbol', except that MODE is quoted |
| 384 | and is note evaluated." | 384 | and is not evaluated." |
| 385 | `(with-mode-local-symbol ',mode ,@body)) | 385 | `(with-mode-local-symbol ',mode ,@body)) |
| 386 | (put 'with-mode-local 'lisp-indent-function 1) | 386 | (put 'with-mode-local 'lisp-indent-function 1) |
| 387 | 387 | ||