diff options
author | Glenn Morris <rgm@gnu.org> | 2011-06-08 00:17:26 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-06-08 00:17:26 -0700 |
commit | 2c5871045a2b87432ad62ebf13672abe81fae0ba (patch) | |
tree | 8b663006c3bc062a409b59bf2e1612290aefe465 /lisp/loadhist.el | |
parent | 0de12c52c344cd8fe139e1028908a807c38e9450 (diff) | |
download | emacs-2c5871045a2b87432ad62ebf13672abe81fae0ba.tar.gz |
Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r-- | lisp/loadhist.el | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 3395c41d2ff..8e00c33cd81 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -117,16 +117,16 @@ from a file." '(after-change-functions after-insert-file-functions after-make-frame-functions auto-fill-function before-change-functions blink-paren-function buffer-access-fontify-functions - choose-completion-string-functions command-line-functions - comment-indent-function compilation-finish-functions delete-frame-functions - disabled-command-function find-file-not-found-functions - font-lock-beginning-of-syntax-function font-lock-fontify-buffer-function - font-lock-fontify-region-function font-lock-mark-block-function - font-lock-syntactic-face-function font-lock-unfontify-buffer-function - font-lock-unfontify-region-function kill-buffer-query-functions - kill-emacs-query-functions lisp-indent-function mouse-position-function - redisplay-end-trigger-functions suspend-tty-functions - temp-buffer-show-function window-scroll-functions + choose-completion-string-functions comint-output-filter-functions + command-line-functions comment-indent-function compilation-finish-functions + delete-frame-functions disabled-command-function + find-file-not-found-functions font-lock-beginning-of-syntax-function + font-lock-fontify-buffer-function font-lock-fontify-region-function + font-lock-mark-block-function font-lock-syntactic-face-function + font-lock-unfontify-buffer-function font-lock-unfontify-region-function + kill-buffer-query-functions kill-emacs-query-functions lisp-indent-function + mouse-position-function redisplaylay-end-trigger-functions + suspend-tty-functions temp-buffer-show-function window-scroll-functions window-size-change-functions write-contents-functions write-file-functions write-region-annotate-functions) "A list of special hooks from Info node `(elisp)Standard Hooks'. |