/[emacs]/emacs/lisp/progmodes/cpp.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cpp.el

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

revision 1.23 by pj, Mon Nov 12 22:35:05 2001 UTC revision 1.24 by monnier, Mon May 20 18:48:58 2002 UTC
# Line 676  BRANCH should be either nil (false branc Line 676  BRANCH should be either nil (false branc
676    ;; Choose a symbol if called from keyboard, otherwise use the one clicked on.    ;; Choose a symbol if called from keyboard, otherwise use the one clicked on.
677    (if cpp-button-event    (if cpp-button-event
678        cpp-callback-data        cpp-callback-data
679      (completing-read "Symbol: " (mapcar 'list cpp-edit-symbols) nil t)))      (completing-read "Symbol: " cpp-edit-symbols nil t)))
680    
681  (defun cpp-choose-branch ()  (defun cpp-choose-branch ()
682    ;; Choose a branch, either nil, t, or both.    ;; Choose a branch, either nil, t, or both.

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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