mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix byte-compiler warning in CEDET
* lisp/cedet/semantic/lex.el (semantic-lex-catch-errors): Fix byte-compiler warning by removing obsolete variable.
This commit is contained in:
parent
4e81713270
commit
c98c7def04
1 changed files with 0 additions and 3 deletions
|
|
@ -1701,9 +1701,6 @@ If there is no error, then the last value of FORMS is returned."
|
|||
`(let* ((semantic-lex-unterminated-syntax-end-function
|
||||
(lambda (,syntax ,start ,end)
|
||||
(throw ',symbol ,syntax)))
|
||||
;; Delete the below when semantic-flex is fully retired.
|
||||
(semantic-flex-unterminated-syntax-end-function
|
||||
semantic-lex-unterminated-syntax-end-function)
|
||||
(,ret (catch ',symbol
|
||||
(save-excursion
|
||||
,@forms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue