mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(defun-cvs-mode): Put `definition-name' property on
the constructed function name fun-1.
This commit is contained in:
parent
82b1b71e49
commit
bd9fa00e04
1 changed files with 1 additions and 0 deletions
|
|
@ -775,6 +775,7 @@ clear what alternative to use.
|
|||
For interactive use, use `" (symbol-name fun) "' instead.")
|
||||
,interact
|
||||
,@body)
|
||||
(put ',fun-1 'definition-name ',fun)
|
||||
(defun ,fun ()
|
||||
,(concat line1 "\nWrapper function that switches to a *cvs* buffer
|
||||
before calling the real function `" (symbol-name fun-1) "'.\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue