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

Diff of /emacs/lisp/simple.el

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

revision 1.705 by rms, Tue Mar 29 23:17:30 2005 UTC revision 1.706 by teirllm, Sat Apr 2 19:24:26 2005 UTC
# Line 5238  Enabling Visible mode makes all invisibl Line 5238  Enabling Visible mode makes all invisibl
5238  Disabling Visible mode turns off that effect.  Visible mode  Disabling Visible mode turns off that effect.  Visible mode
5239  works by saving the value of `buffer-invisibility-spec' and setting it to nil."  works by saving the value of `buffer-invisibility-spec' and setting it to nil."
5240    :lighter " Vis"    :lighter " Vis"
5241      :group 'editing-basics
5242    (when (local-variable-p 'vis-mode-saved-buffer-invisibility-spec)    (when (local-variable-p 'vis-mode-saved-buffer-invisibility-spec)
5243      (setq buffer-invisibility-spec vis-mode-saved-buffer-invisibility-spec)      (setq buffer-invisibility-spec vis-mode-saved-buffer-invisibility-spec)
5244      (kill-local-variable 'vis-mode-saved-buffer-invisibility-spec))      (kill-local-variable 'vis-mode-saved-buffer-invisibility-spec))

Legend:
Removed from v.1.705  
changed lines
  Added in v.1.706

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