aboutsummaryrefslogtreecommitdiff
path: root/pg-init.el
AgeCommit message (Collapse)Author
2019-01-13Rename pg-init.el to proof-general.elErik Martin-Dorel
Close ProofGeneral/PG#385 and close ProofGeneral/PG#398
2019-01-12* pg-init.el: Add subdirs during compilation (bug #413)Stefan Monnier
* generic/pg-user.el (proof-add-completions): `proof-assistant` can also be the empty string :-(
2018-12-12Cleanup patch; Moving defvar to toplevelStefan Monnier
Move `defvar`s used to silence warnings outside of eval-when-compile. Make sure they don't actually give a value to the var. * pg-init.el: Simplify. Use (if t ...) to avoid running `require` at compile-time. Don't add subdirs to load-path here since this code is never used. (pg-init--script-full-path, pg-init--pg-root): Inline their definition into their sole user. * generic/proof-utils.el (proof-resize-window-tofit): Inline definitions of window-leftmost-p and window-rightmost-p previously in proof-compat.el. * lib/proof-compat.el (proof-running-on-win32): Remove, not used. (mac-key-mode): Remove, there's no carbon-emacs-package-version in Emacs≥24.3. (pg-custom-undeclare-variable): Use dolist. (save-selected-frame): Remove, save-selected-window also saves&restores the selected frame at the same time. Update all users (which already used save-selected-window around it). (window-leftmost-p, window-rightmost-p, window-bottom-p) (find-coding-system): Remove, unused. * hol-light/hol-light.el (caml-font-lock-keywords): Don't try to defvar it to a dummy value and... (hol-light): ...check its existence before using it instead. * coq/coq.el (coq-may-use-prettify): Simplify initialization.
2018-08-23pg-init.el: Add metadata asked by (package-lint-current-buffer)Erik Martin-Dorel
2018-08-22Merge pull request #200 from craff/masterErik Martin-Dorel
Update phox support
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2017-09-22phox is backChristophe Raffalli
2017-05-24Remove mmm and ML4PG contribs and remove references to them in code and docsPaul Steckler
2017-03-08elpa: Add a package file and a package.el-friendly init scriptClément Pit--Claudel