diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-09-23 16:12:29 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-09-23 16:12:29 +0200 |
commit | c9c1d8e54d9898868793ca6265ed9280b729fc86 (patch) | |
tree | 0dfdc56c0c2cd057ba8f5d95551c3607df0349d7 /lisp/files.el | |
parent | 47b986d4882c0f105fc2129fd06b3f7b48e7ea55 (diff) | |
download | emacs-c9c1d8e54d9898868793ca6265ed9280b729fc86.tar.gz emacs-c9c1d8e54d9898868793ca6265ed9280b729fc86.tar.bz2 emacs-c9c1d8e54d9898868793ca6265ed9280b729fc86.zip |
* lisp/files.el (risky-local-variable): Remove max-specpdl-size.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 0f2d3ca4b9a..7fde8720fa7 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3593,7 +3593,6 @@ asking you for confirmation." inhibit-quit load-path max-lisp-eval-depth - max-specpdl-size minor-mode-map-alist minor-mode-overriding-map-alist mode-line-format |