/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.279 by rms, Sun Dec 16 17:41:20 2001 UTC revision 1.280 by rms, Sun Dec 16 18:36:34 2001 UTC
# Line 1084  Overlays might be moved and or split." Line 1084  Overlays might be moved and or split."
1084  (defvar suspend-resume-hook nil  (defvar suspend-resume-hook nil
1085    "Normal hook run by `suspend-emacs', after Emacs is continued.")    "Normal hook run by `suspend-emacs', after Emacs is continued.")
1086    
1087    (defvar temp-buffer-show-hook nil
1088      "Normal hook run by `with-output-to-temp-buffer' after displaying the buffer.
1089    When the hook runs, the temporary buffer is current, and the window it
1090    was displayed in is selected.  This hook is normally set up with a
1091    function to make the buffer read only, and find function names and
1092    variable names in it, provided the major mode is still Help mode.")
1093    
1094    (defvar temp-buffer-setup-hook nil
1095      "Normal hook run by `with-output-to-temp-buffer' at the start.
1096    When the hook runs, the temporary buffer is current.
1097    This hook is normally set up with a function to put the buffer in Help
1098    mode.")
1099    
1100  ;; Avoid compiler warnings about this variable,  ;; Avoid compiler warnings about this variable,
1101  ;; which has a special meaning on certain system types.  ;; which has a special meaning on certain system types.
1102  (defvar buffer-file-type nil  (defvar buffer-file-type nil

Legend:
Removed from v.1.279  
changed lines
  Added in v.1.280

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26