emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-start.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el
Date: Wed, 09 Feb 2005 10:51:06 -0500

Index: emacs/lisp/cus-start.el
diff -c emacs/lisp/cus-start.el:1.63 emacs/lisp/cus-start.el:1.64
*** emacs/lisp/cus-start.el:1.63        Thu Jan 27 02:41:38 2005
--- emacs/lisp/cus-start.el     Wed Feb  9 15:50:43 2005
***************
*** 51,57 ****
  This should only be chosen under exceptional circumstances,
  since it could result in memory overflow and make Emacs crash."
                                              nil))
!                              "21.4")
             (garbage-collection-messages alloc boolean)
             ;; buffer.c
             (mode-line-format modeline sexp) ;Hard to do right.
--- 51,57 ----
  This should only be chosen under exceptional circumstances,
  since it could result in memory overflow and make Emacs crash."
                                              nil))
!                              "22.1")
             (garbage-collection-messages alloc boolean)
             ;; buffer.c
             (mode-line-format modeline sexp) ;Hard to do right.
***************
*** 132,141 ****
                                    (const :tag "always" t)))
             ;; fileio.c
             (insert-default-directory minibuffer boolean)
!            (read-file-name-completion-ignore-case minibuffer boolean "21.4")
             ;; fns.c
             (use-dialog-box menu boolean "21.1")
!            (use-file-dialog menu boolean "21.4")
             ;; frame.c
             (default-frame-alist frames
               (repeat (cons :format "%v"
--- 132,141 ----
                                    (const :tag "always" t)))
             ;; fileio.c
             (insert-default-directory minibuffer boolean)
!            (read-file-name-completion-ignore-case minibuffer boolean "22.1")
             ;; fns.c
             (use-dialog-box menu boolean "21.1")
!            (use-file-dialog menu boolean "22.1")
             ;; frame.c
             (default-frame-alist frames
               (repeat (cons :format "%v"
***************
*** 277,289 ****
                                                     :format "%v")
                                            (other :tag "Unlimited" t)))
             (unibyte-display-via-language-environment mule boolean)
!            (blink-cursor-alist cursor alist "21.4")
             ;; xfaces.c
             (scalable-fonts-allowed display boolean)
             ;; xfns.c
             (x-bitmap-file-path installation
                                 (repeat (directory :format "%v")))
!            (x-use-old-gtk-file-dialog menu boolean "21.4")
             ;; xterm.c
               (mouse-autoselect-window display boolean "21.3")
             (x-use-underline-position-properties display boolean "21.3")
--- 277,289 ----
                                                     :format "%v")
                                            (other :tag "Unlimited" t)))
             (unibyte-display-via-language-environment mule boolean)
!            (blink-cursor-alist cursor alist "22.1")
             ;; xfaces.c
             (scalable-fonts-allowed display boolean)
             ;; xfns.c
             (x-bitmap-file-path installation
                                 (repeat (directory :format "%v")))
!            (x-use-old-gtk-file-dialog menu boolean "22.1")
             ;; xterm.c
               (mouse-autoselect-window display boolean "21.3")
             (x-use-underline-position-properties display boolean "21.3")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]