diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/manual/cedet/tests/test.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/manual/cedet/tests/test.el b/test/manual/cedet/tests/test.el index 242186c3601..8f551da5fe7 100644 --- a/test/manual/cedet/tests/test.el +++ b/test/manual/cedet/tests/test.el | |||
| @@ -83,6 +83,7 @@ | |||
| 83 | (defvar a-defvar (cons 1 2) | 83 | (defvar a-defvar (cons 1 2) |
| 84 | "Variable a") | 84 | "Variable a") |
| 85 | 85 | ||
| 86 | ;; FIXME: This practice is not recommended in recent Emacs. Remove? | ||
| 86 | (defvar a-defvar-star (cons 1 2) | 87 | (defvar a-defvar-star (cons 1 2) |
| 87 | "*User visible var a") | 88 | "*User visible var a") |
| 88 | 89 | ||