diff options
| author | Chong Yidong | 2009-09-06 21:22:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-06 21:22:05 +0000 |
| commit | a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f (patch) | |
| tree | 0675cf49c3245bbb7b750b6c6b61df980715fc17 /lisp/cedet/semantic/db-javascript.el | |
| parent | 6ca2fce3b8d345e619694f64c99013574000d0b3 (diff) | |
| download | emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.tar.gz emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.zip | |
Minor whitespace changes and `require' fixes.
Diffstat (limited to 'lisp/cedet/semantic/db-javascript.el')
| -rw-r--r-- | lisp/cedet/semantic/db-javascript.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/db-javascript.el b/lisp/cedet/semantic/db-javascript.el index 02c089e6ee9..42203806fd4 100644 --- a/lisp/cedet/semantic/db-javascript.el +++ b/lisp/cedet/semantic/db-javascript.el | |||
| @@ -306,7 +306,6 @@ Return a list of tags." | |||
| 306 | ;; function encodeURI (uri){} | 306 | ;; function encodeURI (uri){} |
| 307 | ;; function encodeURIComponent (uriComponent){} | 307 | ;; function encodeURIComponent (uriComponent){} |
| 308 | 308 | ||
| 309 | |||
| 310 | (provide 'semantic/db-javascript) | 309 | (provide 'semantic/db-javascript) |
| 311 | 310 | ||
| 312 | ;;; semantic/db-javascript.el ends here | 311 | ;;; semantic/db-javascript.el ends here |