Various minor variable/hook cleanups.
commitf1a4e679f3b0696089b4fd73717307ba5d23e1cf
authorChong Yidong <cyd@gnu.org>
Tue, 12 Jun 2012 05:47:14 +0000 (12 13:47 +0800)
committerChong Yidong <cyd@gnu.org>
Tue, 12 Jun 2012 05:47:14 +0000 (12 13:47 +0800)
treedc44016b20723e38247300b6c6eaec3cd4e98761
parentbf67e61f291a82a9e90a7918f5188714853f0094
Various minor variable/hook cleanups.

* lisp/emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
Rename from gud-inhibit-global-bindings.

* lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.

* lisp/erc/erc-dcc.el (erc-dcc-chat-filter-functions): Rename from
erc-dcc-chat-filter-hook, since this is an abnormal hook.

* lisp/nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
hook from nxml-glyph-set-hook.

* lisp/progmodes/cwarn.el (cwarn-mode): Remove redundant variable
declaration.

* lisp/progmodes/pascal.el (pascal-toggle-completions): Doc fix.

* lisp/textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
Convert to defcustom.

* lisp/url/url-handlers.el (url-handler-regexp):
* lisp/url/url-nfs.el (url-nfs-automounter-directory-spec):
* lisp/url/url-vars.el (url-load-hook): Convert to defcustom.
14 files changed:
lisp/ChangeLog
lisp/emacs-lisp/edebug.el
lisp/emacs-lisp/eieio.el
lisp/erc/ChangeLog
lisp/erc/erc-dcc.el
lisp/nxml/nxml-glyph.el
lisp/nxml/nxml-mode.el
lisp/progmodes/cwarn.el
lisp/progmodes/pascal.el
lisp/textmodes/bibtex.el
lisp/url/ChangeLog
lisp/url/url-handlers.el
lisp/url/url-nfs.el
lisp/url/url-vars.el