mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
CEDET (srecode-create-dictionary): Avoid obsolete object name
* lisp/cedet/srecode/dictionary.el (srecode-create-dictionary): Don't use a symbol as an object name. Reported by Pierre Lorenzon.
This commit is contained in:
parent
4b41540b42
commit
70ac376aa5
1 changed files with 2 additions and 2 deletions
|
|
@ -195,8 +195,8 @@ associated with a buffer or parent."
|
|||
initfrombuff t)))
|
||||
|
||||
;; Create the new dictionary object.
|
||||
(let ((dict (srecode-dictionary
|
||||
major-mode
|
||||
(let ((dict (make-instance
|
||||
'srecode-dictionary
|
||||
:buffer buffer
|
||||
:parent parent
|
||||
:namehash (make-hash-table :test 'equal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue