emacs-devel
[Top][All Lists]
Advanced

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

byte compiling defalias


From: Dan Nicolaescu
Subject: byte compiling defalias
Date: Sun, 25 Oct 2009 18:27:22 -0700 (PDT)


(defalias 'read-file-name-internal
  (completion-table-in-turn 'completion--embedded-envvar-table
                            'completion--file-name-table)
  "Internal subroutine for `read-file-name'.  Do not call this.")

is byte compiled to:

(byte-code "\300\301\302\303\304\"\305#\207" [defalias read-file-name-internal 
completion-table-in-turn completion--embedded-envvar-table 
completion--file-name-table "Internal subroutine for `read-file-name'.  Do not 
call this."] 5)

Shouldn't it be compiled to a defalias?
That way make-docstring would have a chance to extract the doc string,
so it won't end up in GC memory.




reply via email to

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