Changeset 15194 for lang/elisp

Show
Ignore:
Timestamp:
07/05/08 15:38:01 (5 months ago)
Author:
imakado
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/anything-c-dabbrev/anything-c-dabbrev.el

    r15167 r15194  
    116116 
    117117    (when anything-c-dabbrev-remove-initial-input-flag 
    118       (delete anything-c-dabbrev-initial-input ret)) 
     118      (setq ret (delete anything-c-dabbrev-initial-input ret))) 
    119119 
    120120    (with-current-buffer (get-buffer-create anything-c-dabbrev-cur-buf-buf-name)