emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el
Date: Thu, 05 May 2005 07:04:15 -0400

Index: emacs/lisp/progmodes/ebrowse.el
diff -c emacs/lisp/progmodes/ebrowse.el:1.27 
emacs/lisp/progmodes/ebrowse.el:1.28
*** emacs/lisp/progmodes/ebrowse.el:1.27        Fri Apr  8 14:26:12 2005
--- emacs/lisp/progmodes/ebrowse.el     Thu May  5 11:04:14 2005
***************
*** 3937,3943 ****
  
  
  (defvar ebrowse-electric-position-mode-hook nil
!   "If non-nil, its value is called by ebrowse-electric-position-mode.")
  
  
  (unless ebrowse-electric-position-mode-map
--- 3937,3943 ----
  
  
  (defvar ebrowse-electric-position-mode-hook nil
!   "If non-nil, its value is called by `ebrowse-electric-position-mode'.")
  
  
  (unless ebrowse-electric-position-mode-map
***************
*** 4185,4191 ****
  
  (defun ebrowse-print-statistics-line (title value)
    "Print a line in the statistics buffer.
! TITLE is the title of the line, VALUE is number to be printed
  after that."
    (insert title)
    (indent-to 40)
--- 4185,4191 ----
  
  (defun ebrowse-print-statistics-line (title value)
    "Print a line in the statistics buffer.
! TITLE is the title of the line, VALUE is a number to be printed
  after that."
    (insert title)
    (indent-to 40)
***************
*** 4319,4325 ****
  
  
  (defun ebrowse-install-1-to-9-keys ()
!   "Define keys 1..9 to select the 1st to 0nth entry in the list."
    (dotimes (i 9)
      (define-key (current-local-map) (char-to-string (+ i ?1))
        'ebrowse-select-1st-to-9nth)))
--- 4319,4325 ----
  
  
  (defun ebrowse-install-1-to-9-keys ()
!   "Define keys 1..9 to select the 1st to 9nth entry in the list."
    (dotimes (i 9)
      (define-key (current-local-map) (char-to-string (+ i ?1))
        'ebrowse-select-1st-to-9nth)))




reply via email to

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