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

Diff of /emacs/lisp/macros.el

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

revision 1.37 by pj, Sun Jul 15 16:15:34 2001 UTC revision 1.37.8.1 by miles, Fri Apr 4 06:20:09 2003 UTC
# Line 258  and mark at opposite ends of the quoted Line 258  and mark at opposite ends of the quoted
258  Suppose you wanted to build a keyword table in C where each entry  Suppose you wanted to build a keyword table in C where each entry
259  looked like this:  looked like this:
260    
261      { \"foo\", foo_data, foo_function },      { \"foo\", foo_data, foo_function },
262      { \"bar\", bar_data, bar_function },      { \"bar\", bar_data, bar_function },
263      { \"baz\", baz_data, baz_function },      { \"baz\", baz_data, baz_function },
264    
# Line 299  and then select the region of un-tablifi Line 299  and then select the region of un-tablifi
299            (forward-line 1)            (forward-line 1)
300            (set-marker next-line-marker (point)))            (set-marker next-line-marker (point)))
301          (save-excursion          (save-excursion
302            (execute-kbd-macro (or macro last-kbd-macro))))            (let ((mark-active nil))
303                (execute-kbd-macro (or macro last-kbd-macro)))))
304        (set-marker end-marker nil)        (set-marker end-marker nil)
305        (set-marker next-line-marker nil))))        (set-marker next-line-marker nil))))
306    

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.37.8.1

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