comparison lisp/info.el @ 92565:2da52b160bb2

(Info-bookmark-make-record): Delete obsolete second arg.
author Tassilo Horn <tassilo@member.fsf.org>
date Fri, 07 Mar 2008 16:00:13 +0000
parents 5944be8c8211
children f91d9f543b0a
comparison
equal deleted inserted replaced
92564:2b5ff8c0d207 92565:2da52b160bb2
4324 (defvar bookmark-search-size) 4324 (defvar bookmark-search-size)
4325 4325
4326 ;; This is only called from bookmark.el. 4326 ;; This is only called from bookmark.el.
4327 (declare-function bookmark-buffer-file-name "bookmark" ()) 4327 (declare-function bookmark-buffer-file-name "bookmark" ())
4328 4328
4329 (defun Info-bookmark-make-record (annotation &rest args) 4329 (defun Info-bookmark-make-record (annotation)
4330 (let ((the-record 4330 (let ((the-record
4331 `((filename . ,(bookmark-buffer-file-name)) 4331 `((filename . ,(bookmark-buffer-file-name))
4332 (front-context-string 4332 (front-context-string
4333 . ,(if (>= (- (point-max) (point)) bookmark-search-size) 4333 . ,(if (>= (- (point-max) (point)) bookmark-search-size)
4334 (buffer-substring-no-properties 4334 (buffer-substring-no-properties