/[emacs]/emacs/lisp/ibuf-ext.el
ViewVC logotype

Diff of /emacs/lisp/ibuf-ext.el

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

revision 1.46 by rfrancoise, Fri Oct 7 12:43:57 2005 UTC revision 1.47 by jpw, Thu Nov 17 22:56:28 2005 UTC
# Line 257  With numeric ARG, enable auto-update if Line 257  With numeric ARG, enable auto-update if
257    "Enable or disable filtering by the major mode at point."    "Enable or disable filtering by the major mode at point."
258    (interactive "d")    (interactive "d")
259    (if (eventp event-or-point)    (if (eventp event-or-point)
260        (mouse-set-point event-or-point)        (posn-set-point (event-end event-or-point))
261      (goto-char event-or-point))      (goto-char event-or-point))
262    (let ((buf (ibuffer-current-buffer)))    (let ((buf (ibuffer-current-buffer)))
263      (if (assq 'mode ibuffer-filtering-qualifiers)      (if (assq 'mode ibuffer-filtering-qualifiers)

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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