summaryrefslogtreecommitdiff
path: root/devdocs/elisp/backward-compatibility.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/backward-compatibility.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/backward-compatibility.html')
-rw-r--r--devdocs/elisp/backward-compatibility.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/devdocs/elisp/backward-compatibility.html b/devdocs/elisp/backward-compatibility.html
deleted file mode 100644
index d5ac9e57..00000000
--- a/devdocs/elisp/backward-compatibility.html
+++ /dev/null
@@ -1,8 +0,0 @@
- <h3 class="section">Backward Compatibility</h3> <p>Code compiled with older versions of <code>cl-defstruct</code> that doesn’t use records may run into problems when used in a new Emacs. To alleviate this, Emacs detects when an old <code>cl-defstruct</code> is used, and enables a mode in which <code>type-of</code> handles old struct objects as if they were records. </p> <dl> <dt id="cl-old-struct-compat-mode">Function: <strong>cl-old-struct-compat-mode</strong> <em>arg</em>
-</dt> <dd><p>If <var>arg</var> is positive, enable backward compatibility with old-style structs. </p></dd>
-</dl><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Backward-Compatibility.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Backward-Compatibility.html</a>
- </p>
-</div>