mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
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.
This commit is contained in:
parent
79fb4b5438
commit
7af7f5e155
3 changed files with 24 additions and 23 deletions
|
|
@ -122,8 +122,6 @@
|
|||
"Running scripts at startup and with /LOAD"
|
||||
:group 'erc)
|
||||
|
||||
(require 'erc-backend)
|
||||
|
||||
;; compatibility with older ERC releases
|
||||
|
||||
(define-obsolete-variable-alias 'erc-announced-server-name
|
||||
|
|
@ -135,6 +133,8 @@
|
|||
(define-obsolete-function-alias 'erc-send-command
|
||||
'erc-server-send "ERC 5.1")
|
||||
|
||||
(require 'erc-backend)
|
||||
|
||||
;; tunable connection and authentication parameters
|
||||
|
||||
(defcustom erc-server nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue