emacs-devel
[Top][All Lists]
Advanced

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

Re: [nongnu] elpa/haskell-mode 70a21213ba 1/2: Escape single quote in do


From: Stefan Monnier
Subject: Re: [nongnu] elpa/haskell-mode 70a21213ba 1/2: Escape single quote in docstring
Date: Sun, 06 Nov 2022 09:49:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

>               --eval '(setq make-backup-files nil)' \
>               --eval "(setq generated-autoload-file (concat 
> command-line-default-directory \"/\" \"$@\"))" \
> +             --eval "(require 'autoload)" \
>               -f batch-update-autoloads "."

BTW, instead of choosing between '...' and "..." based on the presence of
a quote in the ELisp code, I tend to always use '...' and then rely on
backquote instead of quote within the ELisp code.


        Stefan




reply via email to

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