emacs-devel
[Top][All Lists]
Advanced

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

Re: tags for functions


From: Stefan Monnier
Subject: Re: tags for functions
Date: Thu, 22 Jan 2009 14:39:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Let's go with

>    (defun my-move-defun ()
>      "docstring"
>      :keywords '(move)
>      ...)

How 'bout

    (defun my-move-defun ()
      "docstring"
      (declare (keywords (move)))
      ...)


-- Stefan


PS: Don't take this to mean I think this is a good idea.  I haven't had
time to think about it or even read the thread for that matter.




reply via email to

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