aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-12-05 12:59:28 +0100
committerJuanma Barranquero2011-12-05 12:59:28 +0100
commite7926664f341d2b101eee151761a69d74c6e4747 (patch)
tree62e7832746a53a7b44de2ff8dd642493e3fc84da
parentea824a45943edff96122b03e35c7cbe2f457820d (diff)
downloademacs-e7926664f341d2b101eee151761a69d74c6e4747.tar.gz
emacs-e7926664f341d2b101eee151761a69d74c6e4747.zip
Fix typo.
-rw-r--r--lisp/cedet/semantic/db-find.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el
index 58fca963a58..a651e08d53c 100644
--- a/lisp/cedet/semantic/db-find.el
+++ b/lisp/cedet/semantic/db-find.el
@@ -575,7 +575,7 @@ a new path from the provided PATH."
575 (setq ans (semanticdb-file-table 575 (setq ans (semanticdb-file-table
576 (car systemdb) 576 (car systemdb)
577 ;; I would expect most omniscient to return the same 577 ;; I would expect most omniscient to return the same
578o ;; thing regardless of filename, but we may have 578 ;; thing regardless of filename, but we may have
579 ;; one that can return a table of all things the 579 ;; one that can return a table of all things the
580 ;; current file needs. 580 ;; current file needs.
581 (buffer-file-name (current-buffer)))) 581 (buffer-file-name (current-buffer))))