Minor editing ("form-feed" is ASCII decimal 12 is page delimiter)

This commit is contained in:
Gerard Vermeulen 2024-06-20 08:50:27 +02:00
parent c586b5fed2
commit 0a7fef38aa

View File

@ -156,9 +156,7 @@ Try to load [[https://github.com/emacscollective/no-littering][no-littering]] as
(setq load-prefer-newer t) (setq load-prefer-newer t)
(require 'no-littering nil 'noerror) (require 'no-littering nil 'noerror)
;; Emacs looks for "Local variables:" after the last "form-feed".
(provide 'early-init)
;; Emacs looks for "Local variables:" after the last "?\n?\f".
;; Local Variables: ;; Local Variables:
;; indent-tabs-mode: nil ;; indent-tabs-mode: nil
@ -1173,7 +1171,7 @@ sub makeglossaries {
my ($name, $path) = fileparse( $$Psource ); my ($name, $path) = fileparse( $$Psource );
return system "makeglossaries -d '$path' '$name'"; return system "makeglossaries -d '$path' '$name'";
} }
# Emacs looks for "Local variables:" after the last "newline-formfeed". # Emacs looks for "Local variables:" after the last "form-feed".
# Local Variables: # Local Variables:
# mode: perl # mode: perl
@ -2973,7 +2971,7 @@ instead of embedded video links, but listing [[lst:howto-embed-yt]] shows a work
(interactive) (interactive)
(org-eval-named-blocks-with-infix "python-setup")) (org-eval-named-blocks-with-infix "python-setup"))
;; Emacs looks for "Local variables:" after the last "newline-formfeed". ;; Emacs looks for "Local variables:" after the last "form-feed".
(add-to-list 'safe-local-eval-forms '(org-eval-emacs-lisp-setup-blocks)) (add-to-list 'safe-local-eval-forms '(org-eval-emacs-lisp-setup-blocks))
(add-to-list 'safe-local-eval-forms '(org-eval-python-setup-blocks))) (add-to-list 'safe-local-eval-forms '(org-eval-python-setup-blocks)))
#+end_src #+end_src
@ -5942,9 +5940,7 @@ for ~mpv~ while eliminating use of ~mpd~.
#+caption: Tangle the =user-init-file= footer. #+caption: Tangle the =user-init-file= footer.
#+name: lst:tangle-user-init-file-footer #+name: lst:tangle-user-init-file-footer
#+begin_src emacs-lisp -n :results silent #+begin_src emacs-lisp -n :results silent
(provide 'init) ;; Emacs looks for "Local variables:" after the last "form-feed".
;; Emacs looks for "Local variables:" after the last "newline-formfeed".
;; Local Variables: ;; Local Variables:
;; indent-tabs-mode: nil ;; indent-tabs-mode: nil
@ -5961,7 +5957,7 @@ Only the [[info:org#Top][Org]] source file shows the local variables footer.
#+print_bibliography: #+print_bibliography:
# Emacs looks for "Local variables:" after the last "newline-formfeed". # Emacs looks for "Local variables:" after the last "form-feed".
# Local Variables: # Local Variables:
# bug-reference-mode: t # bug-reference-mode: t