/[emacs]/emacs/lisp/bs.el
ViewVC logotype

Diff of /emacs/lisp/bs.el

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

revision 1.11 by eliz, Mon Jun 18 10:19:30 2001 UTC revision 1.11.4.1 by lektu, Fri Aug 30 10:34:48 2002 UTC
# Line 1212  buffer list used for buffer cycling." Line 1212  buffer list used for buffer cycling."
1212    
1213  (defun bs-message-without-log (&rest args)  (defun bs-message-without-log (&rest args)
1214    "Like `message' but don't log it on the message log.    "Like `message' but don't log it on the message log.
1215  All arguments ARGS are transfered to function `message'."  All arguments ARGS are transferred to function `message'."
1216    (let ((message-log-max nil))    (let ((message-log-max nil))
1217      (apply 'message args)))      (apply 'message args)))
1218    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.4.1

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