emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] trunk r116878: Sync with upstream vhdl mode v3.35.1


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r116878: Sync with upstream vhdl mode v3.35.1
Date: Wed, 26 Mar 2014 08:49:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>  ;; function for expanding abbrevs and dabbrevs
> -(defalias 'vhdl-expand-abbrev (make-hippie-expand-function
> -                            '(try-expand-dabbrev
> -                              try-expand-dabbrev-all-buffers
> -                              vhdl-try-expand-abbrev)))
> +(defun vhdl-expand-abbrev (arg))
> +(fset 'vhdl-expand-abbrev (make-hippie-expand-function
> +                        '(try-expand-dabbrev
> +                          try-expand-dabbrev-all-buffers
> +                          vhdl-try-expand-abbrev)))

Why??!?!


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]