emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/bookmark.el
Date: Wed, 19 Oct 2005 05:45:46 -0400

Index: emacs/lisp/bookmark.el
diff -c emacs/lisp/bookmark.el:1.83 emacs/lisp/bookmark.el:1.84
*** emacs/lisp/bookmark.el:1.83 Tue Oct 18 18:29:11 2005
--- emacs/lisp/bookmark.el      Wed Oct 19 09:45:43 2005
***************
*** 198,203 ****
--- 198,210 ----
    :group 'bookmark)
  
  
+ (defface bookmark-menu-heading
+   '((t (:inherit font-lock-type-face)))
+   "Face used to highlight the heading in bookmark menu buffers."
+   :group 'bookmark
+   :version "22.1")
+ 
+ 
  ;;; No user-serviceable parts beyond this point.
  
  ;; Is it XEmacs?
***************
*** 211,222 ****
  ;; suggested for lucid compatibility by david hughes:
  (or (fboundp 'frame-height)  (defalias 'frame-height 'screen-height))
  
- ;; This variable is probably obsolete now...
- (or (boundp 'baud-rate)
-     ;; some random value higher than 9600
-     (setq baud-rate 19200))
- 
- 
  
  ;;; Keymap stuff:
  
--- 218,223 ----
***************
*** 1555,1560 ****
--- 1556,1563 ----
    (let ((inhibit-read-only t))
      (erase-buffer)
      (insert "% Bookmark\n- --------\n")
+     (add-text-properties (point-min) (point)
+                        '(font-lock-face bookmark-menu-heading))
      (bookmark-maybe-sort-alist)
      (mapcar
       (lambda (full-record)




reply via email to

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