diff options
Diffstat (limited to 'lisp/cedet/semantic')
| -rw-r--r-- | lisp/cedet/semantic/mru-bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/mru-bookmark.el b/lisp/cedet/semantic/mru-bookmark.el index 47915e8ad58..6f2b2a8b9c8 100644 --- a/lisp/cedet/semantic/mru-bookmark.el +++ b/lisp/cedet/semantic/mru-bookmark.el | |||
| @@ -363,7 +363,7 @@ Argument PROMPT is the prompt to use when reading." | |||
| 363 | (setq ans (assoc ans alist)) | 363 | (setq ans (assoc ans alist)) |
| 364 | (if ans | 364 | (if ans |
| 365 | (cdr ans) | 365 | (cdr ans) |
| 366 | ;; no match. Custom word. Look it up somwhere? | 366 | ;; no match. Custom word. Look it up somewhere? |
| 367 | nil) | 367 | nil) |
| 368 | ))) | 368 | ))) |
| 369 | 369 | ||