/[emacs]/emacs/lisp/cus-start.el
ViewVC logotype

Diff of /emacs/lisp/cus-start.el

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

revision 1.55 by lektu, Tue Feb 4 11:04:47 2003 UTC revision 1.56 by fx, Tue Aug 5 15:27:38 2003 UTC
# Line 200  Line 200 
200               ;; syntax.c               ;; syntax.c
201               (parse-sexp-ignore-comments editing-basics boolean)               (parse-sexp-ignore-comments editing-basics boolean)
202               (words-include-escapes editing-basics boolean)               (words-include-escapes editing-basics boolean)
203                 (open-paren-in-column-0-is-defun-start editing-basics boolean
204                                                        "21.1")
205               ;; window.c               ;; window.c
206               (temp-buffer-show-function windows (choice (const nil) function))               (temp-buffer-show-function windows (choice (const nil) function))
207               (display-buffer-function windows (choice (const nil) function))               (display-buffer-function windows (choice (const nil) function))
# Line 254  Line 256 
256               (line-number-display-limit display               (line-number-display-limit display
257                                          (choice integer                                          (choice integer
258                                                  (const :tag "No limit" nil)))                                                  (const :tag "No limit" nil)))
259                 (line-number-display-limit-width display integer)
260               (highlight-nonselected-windows display boolean)               (highlight-nonselected-windows display boolean)
261               (message-log-max debug (choice (const :tag "Disable" nil)               (message-log-max debug (choice (const :tag "Disable" nil)
262                                              (integer :menu-tag "lines"                                              (integer :menu-tag "lines"
# Line 319  Line 322 
322          (put symbol 'custom-version version)))))          (put symbol 'custom-version version)))))
323    
324  (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)  (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
325    (custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start
326                         'custom-variable)
327  (put 'selection-coding-system 'custom-set  (put 'selection-coding-system 'custom-set
328       (lambda (symbol value)       (lambda (symbol value)
329         (set-selection-coding-system value)         (set-selection-coding-system value)

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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