]> git.eshelyaron.com Git - emacs.git/commit
Fix some more aliases to user options
authorGlenn Morris <rgm@gnu.org>
Wed, 20 Dec 2017 21:05:46 +0000 (16:05 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 20 Dec 2017 21:05:46 +0000 (16:05 -0500)
commit7af7f5e15589407e1e78d0595fa93b20aa7dbb5a
tree7b67c338ee0850772abc1c47b87053342e289576
parent79fb4b5438d1a5ccf695459de4df295e602fb7b3
Fix some more aliases to user options

* lisp/cus-edit.el (custom-mode-hook):
* lisp/erc/erc.el (erc-default-coding-system):
* lisp/progmodes/python.el (python-indent, python-guess-indent)
(python-shell-virtualenv-path)
(python-shell-completion-module-string-code)
(python-shell-completion-pdb-string-code, python-use-skeletons):
Define aliases to user options before the options are defined.
lisp/cus-edit.el
lisp/erc/erc.el
lisp/progmodes/python.el