# HG changeset patch # User Richard Westhaver # Date 1727142709 14400 # Node ID e052bac27cecd3222cc5813559c327f892256807 # Parent e14805b2f02f9b1292627d7dc8fe9a0044112ec1 prep for hacking dir-locals diff -r e14805b2f02f -r e052bac27cec emacs/lib/sk.el --- a/emacs/lib/sk.el Mon Sep 23 21:36:33 2024 -0400 +++ b/emacs/lib/sk.el Mon Sep 23 21:51:49 2024 -0400 @@ -150,6 +150,12 @@ (add-to-list 'auto-mode-alist '("skelfile" . skel-mode)) (add-to-list 'auto-mode-alist '("\\.sk" . skel-mode))) +(defun skel-dir-local--get-variables () + "Compute and return the list of :DIR-LOCAL bindings found in the current +project's skelfile, if any. Typically added to +`hack-dir-local--get-variables'." + ) + (provide 'skel) (provide 'sk) ;;; sk.el ends here