emacs-devel
[Top][All Lists]
Advanced

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

Is this bug or valid elisp (use of apostrophe in toplevel forms in edebu


From: arthur miller
Subject: Is this bug or valid elisp (use of apostrophe in toplevel forms in edebug.el)?
Date: Sat, 28 Dec 2019 02:37:26 +0000

I am still playing with elisp, and I have found some places in edebug.el which I don’t

Really understand. Several top-level forms are quoted.

For example:

;; Not used.

'(defun edebug-two-window-p () …

 

;; Not used.

'(defmacro edebug-save-restriction (&rest body) …

 

'(defvar edebug-display-buffer-list nil …

 

Etc

There are several of those places. If this just a fancy way to comment out code or does

it do something I don’t understand yet?

I am thankkfull for help, I am not so super-comfortable with elisp. I have checked manual

about commenting and quoting and I don’t seem this quoting fits into it, but maybe it is

used by byte compiler in some way I don’t understand yet?


reply via email to

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