all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] trunk r118292: Fix void-function string-trim error
       [not found] <E1XlyTy-0000N7-Kp@vcs.savannah.gnu.org>
@ 2014-11-05 15:47 ` Stefan Monnier
  2014-11-05 19:30   ` Tassilo Horn
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2014-11-05 15:47 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: emacs-devel

> +(require 'subr-x) ;; for string-trim

This can be wrapped in eval-when-compile (functions in subr-x.el are
defined with defsubst specifically for that purpose).


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Emacs-diffs] trunk r118292: Fix void-function string-trim error
  2014-11-05 15:47 ` [Emacs-diffs] trunk r118292: Fix void-function string-trim error Stefan Monnier
@ 2014-11-05 19:30   ` Tassilo Horn
  0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2014-11-05 19:30 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> +(require 'subr-x) ;; for string-trim
>
> This can be wrapped in eval-when-compile (functions in subr-x.el are
> defined with defsubst specifically for that purpose).

Ok, done.

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-05 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1XlyTy-0000N7-Kp@vcs.savannah.gnu.org>
2014-11-05 15:47 ` [Emacs-diffs] trunk r118292: Fix void-function string-trim error Stefan Monnier
2014-11-05 19:30   ` Tassilo Horn

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.