/[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.688 by teirllm, Sun Jan 30 00:32:39 2005 UTC revision 1.689 by kfstorm, Wed Feb 9 15:50:41 2005 UTC
# Line 71  Line 71 
71  (defgroup next-error nil  (defgroup next-error nil
72    "next-error support framework."    "next-error support framework."
73    :group 'compilation    :group 'compilation
74    :version "21.4")    :version "22.1")
75    
76  (defface next-error  (defface next-error
77    '((t (:inherit region)))    '((t (:inherit region)))
78    "Face used to highlight next error locus."    "Face used to highlight next error locus."
79    :group 'next-error    :group 'next-error
80    :version "21.4")    :version "22.1")
81    
82  (defcustom next-error-highlight 0.1  (defcustom next-error-highlight 0.1
83    "*Highlighting of locations in selected source buffers.    "*Highlighting of locations in selected source buffers.
# Line 90  If `fringe-arrow', indicate the locus by Line 90  If `fringe-arrow', indicate the locus by
90                   (const :tag "No highlighting" nil)                   (const :tag "No highlighting" nil)
91                   (const :tag "Fringe arrow" 'fringe-arrow))                   (const :tag "Fringe arrow" 'fringe-arrow))
92    :group 'next-error    :group 'next-error
93    :version "21.4")    :version "22.1")
94    
95  (defcustom next-error-highlight-no-select 0.1  (defcustom next-error-highlight-no-select 0.1
96    "*Highlighting of locations in non-selected source buffers.    "*Highlighting of locations in non-selected source buffers.
# Line 103  If `fringe-arrow', indicate the locus by Line 103  If `fringe-arrow', indicate the locus by
103                   (const :tag "No highlighting" nil)                   (const :tag "No highlighting" nil)
104                   (const :tag "Fringe arrow" 'fringe-arrow))                   (const :tag "Fringe arrow" 'fringe-arrow))
105    :group 'next-error    :group 'next-error
106    :version "21.4")    :version "22.1")
107    
108  (defvar next-error-last-buffer nil  (defvar next-error-last-buffer nil
109    "The most recent next-error buffer.    "The most recent next-error buffer.
# Line 1540  leak memory.  So you should make sure th Line 1540  leak memory.  So you should make sure th
1540  excessively long before answering the question."  excessively long before answering the question."
1541    :type 'boolean    :type 'boolean
1542    :group 'undo    :group 'undo
1543    :version "21.4")    :version "22.1")
1544    
1545  (defvar undo-extra-outer-limit nil  (defvar undo-extra-outer-limit nil
1546    "If non-nil, an extra level of size that's ok in an undo item.    "If non-nil, an extra level of size that's ok in an undo item.
# Line 2461  The value should be a list of text prope Line 2461  The value should be a list of text prope
2461  which means to discard all text properties."  which means to discard all text properties."
2462    :type '(choice (const :tag "All" t) (repeat symbol))    :type '(choice (const :tag "All" t) (repeat symbol))
2463    :group 'killing    :group 'killing
2464    :version "21.4")    :version "22.1")
2465    
2466  (defvar yank-window-start nil)  (defvar yank-window-start nil)
2467  (defvar yank-undo-function nil  (defvar yank-undo-function nil
# Line 5094  Various Emacs features that update auxil Line 5094  Various Emacs features that update auxil
5094  wait this many seconds after Emacs becomes idle before doing an update."  wait this many seconds after Emacs becomes idle before doing an update."
5095    :type 'number    :type 'number
5096    :group 'display    :group 'display
5097    :version "21.4")    :version "22.1")
5098    
5099  (defvar vis-mode-saved-buffer-invisibility-spec nil  (defvar vis-mode-saved-buffer-invisibility-spec nil
5100    "Saved value of `buffer-invisibility-spec' when Visible mode is on.")    "Saved value of `buffer-invisibility-spec' when Visible mode is on.")

Legend:
Removed from v.1.688  
changed lines
  Added in v.1.689

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