summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
AgeCommit message (Expand)Author
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-27Fix auto-insert-alist ada-mode entry to match current ELPA ada-modeStephen Leake
2022-10-15Add no-byte-compile to the ".dir-locals.el" auto-insert templateStefan Kangas
2022-10-03Improve auto-insert-mode documentationStefan Kangas
2022-07-08Put safe-local-variable property on auto-insertStefan Kangas
2022-05-14; Fix mistakes in 'declare function' formsEli Zaretskii
2022-03-24Fix autoinsert.el byte compilation warningLars Ingebrigtsen
2022-03-24* lisp/autoinsert.el (auto-insert-alist): Expose lambdas as codeStefan Monnier
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-13Mark all def* functions that should indent as `defun'Lars Ingebrigtsen
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-02Merge from origin/emacs-27Glenn Morris
2020-11-01; * lisp/autoinsert.el (auto-insert-alist): Fix texinfo URL.Stefan Kangas
2020-11-01Don't auto-insert "@c file ends here" in .texi filesStefan Kangas
2020-06-22Accept lexical lambda in auto-insert-alistMattias Engdegård
2020-02-01Replace add-to-list to lexical variable with push (bug#39373)Mattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-02Add auto-insert skeleton for ".dir-locals.el"Stefan Kangas
2019-10-22Various doc fixes for auto-insert-modeStefan Kangas
2019-05-31Use lexical-binding in autoinsert.el and add testsSimen Heggestøyl
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-03-08Merge from origin/emacs-26Glenn Morris
2018-03-07Replace some obsolete aliases in documentationGlenn Morris
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-24Make FILENAME argument of 'file-name-base' mandatoryPhilipp Stephani
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-05change auto-insert to use derived-mode-pTom Tromey
2016-12-31Update copyright year to 2017Paul Eggert
2016-02-01Improve the custom type of some user options.Glenn Morris
2016-01-01Update copyright year to 2016Paul Eggert
2015-08-24Prefer directed to neutral quotesPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-04lisp/autoinsert.el: Change default of auto-insert-alist.Rüdiger Sonderfeld
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-23* autoinsert.el (auto-insert-alist): Make the value ofLeo Liu
2013-07-05* autoinsert.el (auto-insert-alist): Default to lexical-binding.Leo Liu
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-17Update docstrings and comments to use "init file" terminology.Chong Yidong
2012-06-26* lisp/files.el (file-name-base): New convenience function.Sam Steingold
2012-05-03Fix minor Y10k bugs.Paul Eggert