diff lisp/cedet/semantic/util.el @ 104519:934691bc93ed

* cedet/semantic/idle.el (semantic-idle-scheduler-work-timer): Change timeout to 1. Doc fix. * cedet/semantic/edit.el (semantic-change-hooks): Add semantic-edits-change-function-handle-changes directly. * cedet/semantic/util.el (semantic--completion-cache): Move to semantic.el. (semantic-symbol-start): Remove unneeded function. * cedet/semantic.el (semantic--completion-cache): Move here from semantic/util.el (semantic-clear-toplevel-cache, semantic--set-buffer-cache) (semantic-fetch-tags): Reset semantic--completion-cache. (semantic-force-refresh): New function (semantic-mode-map): New variable. * cedet/semantic/senator.el: New file. * cedet/ede.el: Fix autoload. (ede-customize-forms-menu): Handle null projects.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 27 Sep 2009 03:36:58 +0000
parents a6a812dd2d88
children bbd7017a25d9
line wrap: on
line diff
--- a/lisp/cedet/semantic/util.el	Sat Sep 26 19:17:02 2009 +0000
+++ b/lisp/cedet/semantic/util.el	Sun Sep 27 03:36:58 2009 +0000
@@ -447,13 +447,6 @@
 
 ;; Symbol completion
 
-(defvar semantic--completion-cache nil
-  "Internal variable used by `senator-complete-symbol'.")
-
-(defsubst semantic-symbol-start (pos)
-  "Return the start of the symbol at buffer position POS."
-  (car (nth 2 (semantic-ctxt-current-symbol-and-bounds pos))))
-
 (defun semantic-find-tag-for-completion (prefix)
   "Find all tags with name starting with PREFIX.
 This uses `semanticdb' when available."