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

Diff of /emacs/lisp/man.el

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

revision 1.145 by eliz, Wed Apr 27 12:38:32 2005 UTC revision 1.146 by lute, Thu May 26 13:07:46 2005 UTC
# Line 1061  The following variables may be of some u Line 1061  The following variables may be of some u
1061  The following key bindings are currently in effect in the buffer:  The following key bindings are currently in effect in the buffer:
1062  \\{Man-mode-map}"  \\{Man-mode-map}"
1063    (interactive)    (interactive)
1064      (kill-all-local-variables)
1065    (setq major-mode 'Man-mode    (setq major-mode 'Man-mode
1066          mode-name "Man"          mode-name "Man"
1067          buffer-auto-save-file-name nil          buffer-auto-save-file-name nil
# Line 1069  The following key bindings are currently Line 1070  The following key bindings are currently
1070                " {" 'Man-page-mode-string "}")                " {" 'Man-page-mode-string "}")
1071          truncate-lines t          truncate-lines t
1072          buffer-read-only t)          buffer-read-only t)
1073    (buffer-disable-undo (current-buffer))    (buffer-disable-undo)
1074    (auto-fill-mode -1)    (auto-fill-mode -1)
1075    (use-local-map Man-mode-map)    (use-local-map Man-mode-map)
1076    (set-syntax-table man-mode-syntax-table)    (set-syntax-table man-mode-syntax-table)
# Line 1080  The following key bindings are currently Line 1081  The following key bindings are currently
1081    (Man-strip-page-headers)    (Man-strip-page-headers)
1082    (Man-unindent)    (Man-unindent)
1083    (Man-goto-page 1)    (Man-goto-page 1)
1084    (run-hooks 'Man-mode-hook))    (run-mode-hooks 'Man-mode-hook))
1085    
1086  (defsubst Man-build-section-alist ()  (defsubst Man-build-section-alist ()
1087    "Build the association list of manpage sections."    "Build the association list of manpage sections."

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146

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