summaryrefslogtreecommitdiff
path: root/lisp/progmodes/pascal.el
AgeCommit message (Expand)Author
2021-02-13Remove redundant :group args in progmodes/*.elStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-06-22Fix spurious error in beginning-of-defun in pascal-mode (bug#41740)Mattias Engdegård
2020-06-22Preserve point in pascal-mode completion (bug#41740)Mattias Engdegård
2020-02-29Fix XEmacs-specific clause in definition of pascal-outline-map.Noah Friedman
2020-02-20Add and remove backslashes in regexpsMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-06-20Remove XEmacs compat code from pascal.elLars Ingebrigtsen
2019-03-04Fix regular-expression glitches and typosPaul 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-10Remove many items obsolete since Emacs 22.1Glenn Morris
2018-03-06Replace some obsolete aliases in documentationGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-28Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel
2016-12-31Update copyright year to 2017Paul Eggert
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-08-20Don't quote symbols 'like-this' in docstrings etc.Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-06-28Doc and comment fixes re "online" helpGlenn Morris
2014-04-10* lisp/progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect formatFeng Li
2014-03-14lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos.Juanma Barranquero
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-05-04* lisp/progmodes/pascal.el (pascal--syntax-propertize): New const.Stefan Monnier
2013-01-30* lisp/progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments.Stefan Monnier
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-07-11More CL cleanups and reduction of use of cl.el.Stefan Monnier
2012-06-12Various minor variable/hook cleanups.Chong Yidong
2012-04-27Fix missing prefix warning in pascal.el.Chong Yidong
2012-04-26Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong
2012-02-07Minor-mode doc fixes for ARG behaviorGlenn Morris
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-13* lisp/progmodes/pascal.el: Declare `ind' as dyn-bound.Stefan Monnier
2011-11-20Fix typos.Juanma Barranquero
2011-11-19Spelling fixes.Paul Eggert
2011-11-11Spelling fixes.Paul Eggert
2011-06-20Use completion-at-point rather than completion-in-region.Stefan Monnier
2011-04-29* lisp/progmodes/pascal.el: Use lexical binding.Stefan Monnier
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-06Replace unneeded compatibility definitions with point-at-bol, point-at-eol.Glenn Morris
2010-09-20* lisp/progmodes/pascal.el (pascal-mode): Use define-derived-mode.Stefan Monnier