diff options
| author | Paul Eggert | 2014-11-16 22:26:17 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-16 22:27:36 -0800 |
| commit | 1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe (patch) | |
| tree | a5082b3b9eef087f521154f17becbb810ebf1017 /lisp/cedet/ede/cpp-root.el | |
| parent | 0921dbc3ab4dcc6b291ef45e46a24b322bbcb885 (diff) | |
| download | emacs-1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe.tar.gz emacs-1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/cedet/ede/cpp-root.el')
| -rw-r--r-- | lisp/cedet/ede/cpp-root.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el index 7ea92364f28..0ccdc06f284 100644 --- a/lisp/cedet/ede/cpp-root.el +++ b/lisp/cedet/ede/cpp-root.el | |||
| @@ -298,7 +298,7 @@ Each directory needs a project file to control it.") | |||
| 298 | (oset this :directory (file-name-directory f)) | 298 | (oset this :directory (file-name-directory f)) |
| 299 | (ede-project-directory-remove-hash (file-name-directory f)) | 299 | (ede-project-directory-remove-hash (file-name-directory f)) |
| 300 | ;; NOTE: We must add to global list here because these classes are not | 300 | ;; NOTE: We must add to global list here because these classes are not |
| 301 | ;; created via the typial loader, but instead via calls from a .emacs | 301 | ;; created via the typical loader, but instead via calls from a .emacs |
| 302 | ;; file. | 302 | ;; file. |
| 303 | (ede-add-project-to-global-list this) | 303 | (ede-add-project-to-global-list this) |
| 304 | 304 | ||